Home > other >  Identifier uint8 is undefined extern uinti
Identifier uint8 is undefined extern uinti

Time:09-25

CodePudding user response:

Uint8 not standard type
Try # include & lt; Stdinth>

CodePudding user response:

Uint8 to unsigned char

CodePudding user response:

Can use the second floor,

Also can use 1/f, # include & lt; Stdint. H> But notice should be uint8_t not uint8

There's a lot if use uint8 you can in your header file inside a # define macros uint8 unsigned char

CodePudding user response:

In front of the file definition of function, '
# define uint8 unsigned char

CodePudding user response:


Add this file to project a try
  • Related