mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
use uint types
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
||||
#define _RTL837X_STDIO_H_
|
||||
|
||||
void print_string(__code char *p);
|
||||
void print_short(unsigned short a);
|
||||
void print_byte(unsigned char a);
|
||||
void print_short(uint16_t a);
|
||||
void print_byte(uint8_t a);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user