diff options
| -rw-r--r-- | ports/stm32/boards/LEGO_HUB_NO6/bluetooth_init_cc2564C_1.5.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ports/stm32/boards/LEGO_HUB_NO6/bluetooth_init_cc2564C_1.5.c b/ports/stm32/boards/LEGO_HUB_NO6/bluetooth_init_cc2564C_1.5.c index b185b579f..61cd153fc 100644 --- a/ports/stm32/boards/LEGO_HUB_NO6/bluetooth_init_cc2564C_1.5.c +++ b/ports/stm32/boards/LEGO_HUB_NO6/bluetooth_init_cc2564C_1.5.c @@ -1,8 +1,10 @@ +// *FORMAT-OFF* + // This file contains CC256x initialisation code, and was generated by BTstack via: // $ cd chipset/cc256x // $ make -f Makefile.inc BTSTACK_ROOT=../.. bluetooth_init_cc2564C_1.4.c #if !BUILDING_MBOOT - + // init script created from // - CC256XC_BT_SP/v1.5/initscripts-TIInit_6.12.26.bts // - AKA TIInit_6.12.26.bts |
