added COMMENT to typedefs.h

This commit is contained in:
Partho Bhattacharya
2025-02-05 16:48:48 -05:00
parent 5c9df58d1b
commit dbb90b9dea

View File

@ -50,3 +50,5 @@
#define DOT 612
#define RESERVE 613
#define RELEASE 614
// comments
#define COMMENT 700