1 2 3 4 5 6 7
#ifndef DRIVERS_UART_H #define DRIVERS_UART_H void uart_hexn(unsigned long); void uart_10(unsigned long); #endif