Skip to content

Commit

Permalink
pkg/tinyusb: add missing include
Browse files Browse the repository at this point in the history
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.
Enoch247 committed Aug 21, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
miri64 Martine Lenders
1 parent 4b1b0a9 commit e92f9fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/tinyusb/contrib/tinyusb.c
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e92f9fc

Please sign in to comment.