forked from mirrors/qmk_userspace
Fix unreferenced errors with mingw compiler and unit tests
This commit is contained in:
parent
5a25d50168
commit
78545b9509
5 changed files with 10 additions and 5 deletions
|
@ -26,5 +26,5 @@ public:
|
|||
static void TearDownTestCase();
|
||||
|
||||
void run_one_scan_loop();
|
||||
void idle_for(uint ms);
|
||||
void idle_for(unsigned ms);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue