# | Line 42 | Line 42 | |
---|---|---|
42 | // ExtFS is supported | |
43 | #define SUPPORTS_EXTFS 1 | |
44 | ||
45 | + | // mon is not supported |
46 | + | #define ENABLE_MON 0 |
47 | + | |
48 | // Data types | |
49 | typedef unsigned char uint8; | |
50 | typedef signed char int8; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |