Commit 930ad252 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

include/board: cleanup

parent ffc57f04
......@@ -15,7 +15,7 @@
#define UART_BAUDRATE 115200ULL /* not a real UART */
static inline int delay(int x)
static inline void delay(int x)
{
while(x--) asm volatile("nop");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment