Enable the CC13x0/CC26x0 ROM bootloader by default

This commit is contained in:
George Oikonomou 2018-04-28 14:09:41 +01:00
parent 14656addb6
commit fc76683eef
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@
* @{ * @{
*/ */
#ifndef ROM_BOOTLOADER_ENABLE #ifndef ROM_BOOTLOADER_ENABLE
#define ROM_BOOTLOADER_ENABLE 0 #define ROM_BOOTLOADER_ENABLE 1
#endif #endif
/** @} */ /** @} */
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/