put two flags into bit addressable ram

This commit is contained in:
Mirko Scholz
2020-09-04 22:55:16 +02:00
parent fb76fac249
commit a8cf1a881b
4 changed files with 5 additions and 3 deletions

View File

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