lufa: Rename LUFA_DEBUG to TMK_LUFA_DEBUG
This commit is contained in:
parent
ea1d7ff240
commit
6209ceebfb
5 changed files with 31 additions and 31 deletions
|
|
@ -238,7 +238,7 @@ void hook_usb_startup_wait_loop(void)
|
|||
// This situation can happen just after pluging converter into USB port.
|
||||
void hook_usb_suspend_loop(void)
|
||||
{
|
||||
#ifndef LUFA_DEBUG_UART
|
||||
#ifndef TMK_LUFA_DEBUG_UART
|
||||
// This corrupts debug print when suspend
|
||||
suspend_power_down();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue