Merge pull request #473 from g-oikonomou/contrib/cc26xx/default-bsl-enabled

Enable the CC13x0/CC26x0 ROM bootloader by default
This commit is contained in:
George Oikonomou 2018-04-28 14:58:55 +01:00 committed by GitHub
commit dc453c8a60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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