Skip to content

Commit ea5f824

Browse files
Remove stdio.h include from CYW43 SDK override (#965)
1 parent 895ffce commit ea5f824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/rp2040/sdkoverride/cyw43_arch_threadsafe_background.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// Taken from the Pico-SDK v1.4.0 and hacked by EFP3 to allow overriding the LWIP setup
88

9-
#include <stdio.h>
9+
//#include <stdio.h>
1010

1111
#include "pico/cyw43_arch.h"
1212
#include "pico/mutex.h"

0 commit comments

Comments
 (0)