]> git.droids-corp.org - aversive.git/blobdiff - modules/ihm/parse/parse_num.h
vt100: include pgmspace.h as we use PROGMEM macro
[aversive.git] / modules / ihm / parse / parse_num.h
index fd13ee4a7c9b209a5d21e65ab6e66f8975db6ae3..576e95ad16a1861a11a342f8873615d1dd714c76 100644 (file)
@@ -7,9 +7,11 @@ enum numtype {
        UINT8 = 0,
        UINT16,
        UINT32,
+       UINT64,
        INT8,
        INT16,
        INT32,
+       INT64,
 #ifndef CONFIG_MODULE_PARSE_NO_FLOAT
        FLOAT,
 #endif