Skip to content

Commit d94ca5e

Browse files
GCC warning
1 parent 00957f8 commit d94ca5e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cores/rp2040/cyw43_wrappers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ extern "C" void init_cyw43_wifi() {
161161
extern "C" void __lockBluetooth() {
162162
#ifdef __FREERTOS
163163
cyw43_thread_enter();
164-
#else __FREERTOS
164+
#else
165165
async_context_acquire_lock_blocking(cyw43_arch_async_context());
166166
#endif
167167
}

cores/rp2040/sdkoverride/btstack_run_loop_async_context.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include "pico/btstack_run_loop_async_context.h"
1515
#include "hardware/sync.h"
1616

17-
static void btstack_timeout_reached(async_context_t *context, async_at_time_worker_t *worker);
1817
static void btstack_work_pending(async_context_t *context, async_when_pending_worker_t *worker);
1918
static SemaphoreHandle_t _run_loop_exit_binary;
2019

0 commit comments

Comments
 (0)