From 2cc07aef73518a5b4c03618103d66b1d620cbd7a Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Fri, 22 Sep 2023 13:39:08 -0500 Subject: [PATCH] dummy RUN_BACKGROUND_TASKS for unix port --- ports/unix/mpconfigport.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/unix/mpconfigport.h b/ports/unix/mpconfigport.h index d8f4dfe38c..7d3d1bcf7c 100644 --- a/ports/unix/mpconfigport.h +++ b/ports/unix/mpconfigport.h @@ -257,3 +257,5 @@ static inline unsigned long mp_urandom_seed_init(void) { #ifndef MICROPY_PY_BLUETOOTH_ENABLE_L2CAP_CHANNELS #define MICROPY_PY_BLUETOOTH_ENABLE_L2CAP_CHANNELS (MICROPY_BLUETOOTH_NIMBLE) #endif + +#define RUN_BACKGROUND_TASKS ((void)0) // CIRCUITPY