fix desktop build warnings
This commit is contained in:
parent
eccd89807a
commit
9dcb16681e
@ -18,10 +18,14 @@ extern "C" {
|
|||||||
|
|
||||||
void KeyInit(void);
|
void KeyInit(void);
|
||||||
|
|
||||||
|
#ifndef DESKTOP
|
||||||
#pragma nooverlay
|
#pragma nooverlay
|
||||||
|
#endif
|
||||||
void raw_scan(void) __using(1);
|
void raw_scan(void) __using(1);
|
||||||
|
|
||||||
|
#ifndef DESKTOP
|
||||||
#pragma nooverlay
|
#pragma nooverlay
|
||||||
|
#endif
|
||||||
void debounce(void) __using(1);
|
void debounce(void) __using(1);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user