Skip to content

Commit

Permalink
fix build when using the updated version of nrfutil
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Dec 9, 2017
1 parent 96aa52e commit 5d28612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/RUUVITAG.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'DEFINES+=-DHAL_NFC_ENGINEERING_BC_FTPAN_WORKAROUND=1', # Looks like proper production nRF52s had this issue
'DEFINES+=-DBLUETOOTH_NAME_PREFIX=\'"RuuviTag"\'',
'DFU_PRIVATE_KEY=targets/nrf5x_dfu/ruuvi_open_private.pem',
'DFU_SETTINGS=--debug-mode'
'DFU_SETTINGS=--debug-mode --hw-version 52 --sd-req 0x8C'
]
}
};
Expand Down

0 comments on commit 5d28612

Please sign in to comment.