cc253x: add putdec debug function
This commit is contained in:
parent
48d99f15c8
commit
780e62d7e8
2 changed files with 16 additions and 0 deletions
|
@ -50,5 +50,6 @@ void putchar(char c);
|
|||
void putstring(char *s);
|
||||
void puthex(uint8_t c);
|
||||
void putbin(uint8_t c);
|
||||
void putdec(uint8_t c);
|
||||
|
||||
#endif /* __DEBUG_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue