Browse code

Remove unused constants.

Andrew Alderwick authored on 17/02/2022 18:17:17
Showing 1 changed files
... ...
@@ -16,12 +16,6 @@ typedef signed short Sint16;
16 16
 typedef unsigned int Uint32;
17 17
 
18 18
 #define PAGE_PROGRAM 0x0100
19
-#define VISOR_DEV 0xfa00
20
-#define VISOR_WST 0xfb00
21
-#define VISOR_RST 0xfc00
22
-#define PAGE_DEV 0xfd00
23
-#define PAGE_WST 0xfe00
24
-#define PAGE_RST 0xff00
25 19
 
26 20
 /* clang-format off */
27 21