Converted u8_t to uint8_t and u16_t to uint16_t in the docs and tools directories.
This commit is contained in:
parent
680225e99d
commit
aa67ad67cc
16 changed files with 66 additions and 62 deletions
|
@ -820,7 +820,7 @@ parts, first the "Hello" part and then the "world!" part.
|
|||
#define STATE_WORLD 2
|
||||
|
||||
struct example6_state {
|
||||
u8_t state;
|
||||
uint8_t state;
|
||||
char *textptr;
|
||||
int textlen;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue