change DEBUG optimization option from O0 to Og

add uart write to board test example
This commit is contained in:
hathach
2019-10-18 17:50:29 +07:00
parent 90b6b5d137
commit 558b4dbde3
4 changed files with 13 additions and 3 deletions
+1
View File
@@ -156,6 +156,7 @@ int board_uart_read(uint8_t* buf, int len)
(void) buf;
(void) len;
return 0;
// return NRFX_SUCCESS == nrfx_uart_rx(&_uart_id, buf, (size_t) len) ? len : 0;
}
int board_uart_write(void const * buf, int len)