Commit ac22b12b authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

common-uart-link: include stdio.h on Linux platform for printf() prototype

parent 9e51f2e6
......@@ -30,6 +30,8 @@
#include "dev/syscon.h"
#include "wrc-debug.h"
#endif
#else
#include <stdio.h> // for printf()
#endif
static uint16_t crc_xmodem_update(uint16_t crc, uint8_t data)
......
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