lufa: Rename LUFA_DEBUG to TMK_LUFA_DEBUG

This commit is contained in:
tmk 2020-02-09 21:17:52 +09:00
parent ea1d7ff240
commit 6209ceebfb
5 changed files with 31 additions and 31 deletions

View file

@ -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