Limit the number of macros to 255

This commit is contained in:
Eric Tang
2017-08-09 11:13:52 -07:00
parent 558089f856
commit b0b659940d
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
// Macros:
#define MAX_MACRO_NUM 1024
#define MAX_MACRO_NUM 255
// Typedefs: