added missing comment to MAX_USAGE definition
This commit is contained in:
parent
4a7f3ac3ab
commit
e9d8a78148
@ -8,6 +8,6 @@ const enum RETURN_CODES //exit codes you fucking idiot (2#)
|
||||
};
|
||||
|
||||
#define LOG_FORMAT "yyyy-mm-dd_xxx.log" //THE LAST xxx IS FOR BASE-16 NUMBER OF USAGE THAT DAY (SO MAX IS 4095 [FFF] USAGES PER DAY)
|
||||
#define MAX_USAGE 0xfff
|
||||
#define MAX_USAGE 0xfff //LOOK AT LOG_FORMAT
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user