mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/tinyusb: add missing include
The macro `AUTO_INIT_PRIO_MOD_TINYUSB` was being used, but not defined. This patch includes the header where `AUTO_INIT_PRIO_MOD_TINYUSB` is defined to fix the compiler error.
This commit is contained in:
parent
4b1b0a9257
commit
e92f9fc658
@ -19,6 +19,7 @@
|
||||
|
||||
#if IS_USED(MODULE_AUTO_INIT)
|
||||
#include "auto_init_utils.h"
|
||||
#include "auto_init_priorities.h"
|
||||
#endif
|
||||
|
||||
#define ENABLE_DEBUG 0
|
||||
|
Loading…
Reference in New Issue
Block a user