diff options
Diffstat (limited to '02-usart/include/kern/lib.h')
-rw-r--r-- | 02-usart/include/kern/lib.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/02-usart/include/kern/lib.h b/02-usart/include/kern/lib.h deleted file mode 100644 index be0e8e9..0000000 --- a/02-usart/include/kern/lib.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef LIB_H_ -#define LIB_H_ - -#include <stdint.h> - -void hexify(uint32_t v, char* into); - -void decimalify(int v, char* into); - -#endif |