aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/uart.h
blob: 9f1319b3cb60071727627bf8d68e52facd4e3f0e (plain)
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