summaryrefslogtreecommitdiff
path: root/firmware/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/system.h')
-rw-r--r--firmware/system.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/system.h b/firmware/system.h
index 1dc8b2afdd..7495f3a889 100644
--- a/firmware/system.h
+++ b/firmware/system.h
@@ -21,9 +21,6 @@
21#define __SYSTEM_H__ 21#define __SYSTEM_H__
22#include <sh7034.h> 22#include <sh7034.h>
23 23
24#define TRUE 1
25#define FALSE 0
26
27#define KB *1024 24#define KB *1024
28#define MB *1024 KB 25#define MB *1024 KB
29#define GB *1024 MB 26#define GB *1024 MB