So I guess this is specifically an SDK15 thing? I guess we could hack around it by adding typedef bool nrf_uart_baudrate_t/etc if there's no UART?
typedef bool nrf_uart_baudrate_t
@Gordon started a year ago
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
So I guess this is specifically an SDK15 thing? I guess we could hack around it by adding
typedef bool nrf_uart_baudrate_t
/etc if there's no UART?