aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/uart.h
blob: c78398b62803180171df5b3b7afdc9b9f55ed955 (plain)
1
2
3
4
5
6
7
#ifndef UART_H
#define UART_H

void uart_hexn(unsigned long);
void uart_10(unsigned long);

#endif