Skip to content

Commit f669df6

Browse files
hotfix: rename ble call in main (#4)
1 parent bc1a75b commit f669df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ int main(void) {
121121
// Initialize the Bluetooth stack.
122122
// Give the system more time to stabilize before initializing Bluetooth.
123123
k_sleep(K_SECONDS(2));
124-
ret = enable_bluetooth_and_start_advertisement();
124+
ret = enable_bluetooth_subsystem();
125125
if (ret) {
126126
LOG_ERR("Bluetooth subsystem couldn't enabled. (RET: %d)", ret);
127127
return ret;

0 commit comments

Comments
 (0)