lowercased boolean constants
This commit is contained in:
parent
9876e14f0b
commit
6edbbe322c
6 changed files with 23 additions and 23 deletions
|
|
@ -23,8 +23,8 @@
|
|||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define FALSE 0
|
||||
#define TRUE 1
|
||||
#define false 0
|
||||
#define true 1
|
||||
|
||||
#define X_AXIS 0
|
||||
#define Y_AXIS 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue