put two flags into bit addressable ram
This commit is contained in:
@ -48,7 +48,9 @@ void backlight_off(void);
|
||||
#endif
|
||||
|
||||
#if defined(DESKTOP) || defined(IS_ECLIPSE)
|
||||
#include <stdbool.h>
|
||||
char* u32str(uint32_t x, char* buf, uint8_t base);
|
||||
#define __bit bool
|
||||
#define __code
|
||||
#define __xdata
|
||||
#define __idata
|
||||
|
Reference in New Issue
Block a user