diff options
Diffstat (limited to 'tmk_core/protocol/vusb/sendchar_usart.c')
-rw-r--r-- | tmk_core/protocol/vusb/sendchar_usart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/vusb/sendchar_usart.c b/tmk_core/protocol/vusb/sendchar_usart.c index 42bd9ee36..a920a9a53 100644 --- a/tmk_core/protocol/vusb/sendchar_usart.c +++ b/tmk_core/protocol/vusb/sendchar_usart.c @@ -3,7 +3,7 @@ * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) */ #include <stdint.h> -#include "oddebug.h" +#include <usbdrv/oddebug.h> #include "sendchar.h" #if DEBUG_LEVEL > 0 |