Sensinode putdec() debugging

This commit is contained in:
George Oikonomou 2012-09-07 14:59:34 +01:00
parent 95b9d4ee29
commit b292e02012
2 changed files with 16 additions and 0 deletions

View file

@ -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_ */