parent
cb84c1614f
commit
f4beeeab78
@ -1,5 +1,7 @@ |
|||||||
#pragma once |
#ifndef COMMONH |
||||||
|
|
||||||
typedef unsigned char byte; //8bit (byte) variable type
|
typedef unsigned char byte; //8bit (byte) variable type
|
||||||
typedef unsigned short word; //16bit (2byte) variable type
|
typedef unsigned short word; //16bit (2byte) variable type
|
||||||
typedef enum {false, true} bool; |
typedef enum {false, true} bool; |
||||||
|
#endif |
||||||
|
|
||||||
|
#define COMMONH |
||||||
Loading…
Reference in new issue