summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Thyrrestrup <tt@LEGO.com>2021-09-08 12:22:35 +0200
committerDamien George <damien@micropython.org>2021-09-10 16:00:21 +1000
commit4c31d0ab60e7244a25e38f2a0bc640de6e87844f (patch)
tree989969660b17588eb109cf59988323e76b0d89f6
parentb71c621f468e50361c137f64b0241f3ecc944b7a (diff)
stm32/boards/LEGO_HUB_NO6: Remove user paths from cc2564 init file.
Signed-off-by: Tobias Thyrrestrup <tt@LEGO.com>
-rw-r--r--ports/stm32/boards/LEGO_HUB_NO6/bluetooth_init_cc2564C_1.5.c6
1 files changed, 3 insertions, 3 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 ec41fdfee..b185b579f 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
@@ -4,9 +4,9 @@
#if !BUILDING_MBOOT
// init script created from
-// - /Users/dktobthy/Downloads/cc256xc_bt_spv1.5/CC256XC_BT_SP/v1.5/initscripts-TIInit_6.12.26.bts
+// - CC256XC_BT_SP/v1.5/initscripts-TIInit_6.12.26.bts
// - AKA TIInit_6.12.26.bts
-// - /Users/dktobthy/Downloads/cc256xc_bt_spv1.5/CC256XC_BT_SP/v1.5/initscripts-TIInit_6.12.26_ble_add-on.bts
+// - CC256XC_BT_SP/v1.5/initscripts-TIInit_6.12.26_ble_add-on.bts
#include <stdint.h>
#include "lib/btstack/chipset/cc256x/btstack_chipset_cc256x.h"
@@ -613,4 +613,4 @@ const uint8_t cc256x_init_script[] = {
const uint32_t cc256x_init_script_size = 6771;
-#endif \ No newline at end of file
+#endif