fix compile warnings

pull/49/head
Cullen Jennings 2017-01-02 11:02:44 -07:00
parent fc6676d3d4
commit bbab07d480
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ enum CommandCodeEnum
F83 = 183
};
#define NULL 0
//#define NULL 0
class Command {
CommandCodeEnum codeEnum;