remove put from lib
This commit is contained in:
parent
8abb7baabe
commit
3969c56a0f
2 changed files with 0 additions and 46 deletions
|
@ -1,10 +0,0 @@
|
|||
#ifndef PUT_H
|
||||
#define PUT_H
|
||||
|
||||
void putchr(char c);
|
||||
void putstr(char *s);
|
||||
void put_hex(uint8_t x);
|
||||
void put_hex16(uint16_t x);
|
||||
void put_hex32(uint32_t x);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue