Merge pull request #13207 from jamesbeyond/fpga_fix

TEST: update NRF52840_DK with correct FPAG configuration
pull/13227/head
Martin Kojtal 2020-07-03 10:17:02 +02:00 committed by GitHub
commit fa7c32c29d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
},
"MCU_NRF52840": {
"target.macros_add": [
"UART_7BITS_NOT_SUPPORTED",
"UART_9BITS_NOT_SUPPORTED",
"UART_TWO_STOP_BITS_NOT_SUPPORTED",
"UART_ODD_PARITY_NOT_SUPPORTED"
]