Files
Matthias Blankertz 0bc4815926 - Debugged SPI module
- Debugged UART
- Firmware support for SPI, UART
- Work on SD/MMC support in firmware
- Debugged mblite core/WB interface
2013-06-08 11:53:27 +02:00

9 lines
146 B
C

// Copyright (c) 2013 Matthias Blankertz <matthias@blankertz.org>
#ifndef _UTIL_H_
#define _UTIL_H_
const char *utox(unsigned int num);
#endif