Skip to content

Commit

Permalink
Fix Pico (non-W) build
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Guyot <[email protected]>
  • Loading branch information
pguyot committed Oct 7, 2023
1 parent fe3901b commit 66d04ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platforms/rp2040/src/lib/networkdriver.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
* SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
*/

#ifdef LIB_PICO_CYW43_ARCH

#include <globalcontext.h>
#include <interop.h>
#include <mailbox.h>
Expand All @@ -33,8 +35,6 @@

#pragma GCC diagnostic pop

#ifdef LIB_PICO_CYW43_ARCH

#define PORT_REPLY_SIZE (TUPLE_SIZE(2) + REF_SIZE)

static const char *const ap_atom = ATOM_STR("\x2", "ap");
Expand Down

0 comments on commit 66d04ba

Please sign in to comment.