summaryrefslogtreecommitdiff
path: root/firmware/include/rbunicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/rbunicode.h')
-rw-r--r--firmware/include/rbunicode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/include/rbunicode.h b/firmware/include/rbunicode.h
index a4a1c8b323..a97ebb469b 100644
--- a/firmware/include/rbunicode.h
+++ b/firmware/include/rbunicode.h
@@ -28,9 +28,7 @@
28#ifndef _RBUNICODE_H_ 28#ifndef _RBUNICODE_H_
29#define _RBUNICODE_H_ 29#define _RBUNICODE_H_
30 30
31#ifndef __PCTOOL__
32#include "config.h" 31#include "config.h"
33#endif
34 32
35#define MASK 0xC0 /* 11000000 */ 33#define MASK 0xC0 /* 11000000 */
36#define COMP 0x80 /* 10x */ 34#define COMP 0x80 /* 10x */