diff options
| author | Damien George <damien@micropython.org> | 2022-04-19 11:35:48 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-04-20 15:54:26 +1000 |
| commit | 707aaa350aee6e52dd0b9ee87e962aedad052081 (patch) | |
| tree | 73162ce0cf537f477290e4306556d6e1b52ab919 | |
| parent | 1ded8a2977a84777f339ea7e7c788b11d75a6cce (diff) | |
stm32/boards/LEGO_HUB_NO6: Exclude BTstack code from formatting.
Signed-off-by: Damien George <damien@micropython.org>
| -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 |
