Skip to content

Commit

Permalink
change to inew fifo blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
hnhoan committed Jan 5, 2017
1 parent f42881e commit 4723a65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions exemples/uart/uart_prbs_tx.cpp
Expand Up @@ -66,9 +66,9 @@ const UARTCFG g_UartCfg = {
1, // Stop bit
UART_FLWCTRL_NONE,
true,
1, // use APP_IRQ_PRIORITY_LOW with Softdevice
1, // use APP_IRQ_PRIORITY_LOW with Softdevice
nRFUartEvthandler,
false, // No auto drop
true, // fifo blocking mode
0,
NULL,
FIFOSIZE,
Expand Down
4 changes: 2 additions & 2 deletions exemples/uart/uart_retarget_demo.cpp
Expand Up @@ -68,9 +68,9 @@ const UARTCFG g_UartCfg = {
1, // Stop bit
UART_FLWCTRL_NONE,
true,
1, // use APP_IRQ_PRIORITY_LOW with Softdevice
1, // use APP_IRQ_PRIORITY_LOW with Softdevice
nRFUartEvthandler,
false, // No auto drop
true, // fifo blocking mode
0,
NULL,
FIFOSIZE,
Expand Down

0 comments on commit 4723a65

Please sign in to comment.