Sensinode putdec() debugging
This commit is contained in:
parent
95b9d4ee29
commit
b292e02012
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