no weak on windows

This commit is contained in:
Legend 2023-07-02 10:07:24 +08:00 committed by GitHub
parent 4a9653d378
commit 20692fb90d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)