rboot: update to 1.4.2
This commit is contained in:
parent
782eaabb97
commit
c183804aa2
2 changed files with 11 additions and 1 deletions
10
bootloader/c_types.h
Normal file
10
bootloader/c_types.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/* rboot type definitions */
|
||||
|
||||
|
||||
typedef int int32;
|
||||
typedef unsigned short uint16;
|
||||
typedef unsigned int uint32;
|
||||
typedef unsigned char uint8;
|
||||
|
||||
#define TRUE 1
|
||||
#define FALSE 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue