mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-10-31 18:04:31 +00:00
The textcolor macro optimization is by now provided by cc65.
This commit is contained in:
parent
5499e53880
commit
309e2fcd79
@ -45,8 +45,6 @@
|
|||||||
#define MOUSE_CONF_XTOC(x) ((x) / 8)
|
#define MOUSE_CONF_XTOC(x) ((x) / 8)
|
||||||
#define MOUSE_CONF_YTOC(y) ((y) / 8)
|
#define MOUSE_CONF_YTOC(y) ((y) / 8)
|
||||||
|
|
||||||
#define textcolor(color) COLOR_WHITE
|
|
||||||
|
|
||||||
#define BORDERCOLOR COLOR_BLACK
|
#define BORDERCOLOR COLOR_BLACK
|
||||||
#define SCREENCOLOR COLOR_BLACK
|
#define SCREENCOLOR COLOR_BLACK
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user