no weak on windows
This commit is contained in:
parent
4a9653d378
commit
20692fb90d
|
@ -136,7 +136,7 @@ uint8_t u8x8_GetMenuEvent(u8x8_t *u8x8)
|
||||||
#define U8X8_DEBOUNCE_WAIT 2
|
#define U8X8_DEBOUNCE_WAIT 2
|
||||||
/* do debounce and return a GPIO msg which indicates the event */
|
/* do debounce and return a GPIO msg which indicates the event */
|
||||||
/* returns 0, if there is no event */
|
/* returns 0, if there is no event */
|
||||||
#if defined(__GNUC__) && !defined(__WINDOWS__)
|
#if defined(__GNUC__) && !defined(_WIN32)
|
||||||
# pragma weak u8x8_GetMenuEvent
|
# pragma weak u8x8_GetMenuEvent
|
||||||
#endif
|
#endif
|
||||||
uint8_t u8x8_GetMenuEvent(u8x8_t *u8x8)
|
uint8_t u8x8_GetMenuEvent(u8x8_t *u8x8)
|
||||||
|
|
Loading…
Reference in New Issue