Skip to content

Commit 6f2c58e

Browse files
Merge branch 'master' into p2w
2 parents 758e3be + e16c459 commit 6f2c58e

File tree

12 files changed

+14
-7
lines changed

12 files changed

+14
-7
lines changed

cores/rp2040/cyw43_wrappers.h

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@
2323
#include <pico/cyw43_driver.h>
2424

2525
extern bool __isPicoW;
26+
#ifdef __cplusplus
2627
extern "C" {
27-
void init_cyw43_wifi();
28-
void __lockBluetooth();
29-
void __unlockBluetooth();
30-
void cyw43_pinMode(pin_size_t pin, PinMode mode);
31-
void cyw43_digitalWrite(pin_size_t pin, PinStatus val);
32-
PinStatus cyw43_digitalRead(pin_size_t pin);
28+
#endif
29+
void init_cyw43_wifi();
30+
void __lockBluetooth();
31+
void __unlockBluetooth();
32+
void cyw43_pinMode(pin_size_t pin, PinMode mode);
33+
void cyw43_digitalWrite(pin_size_t pin, PinStatus val);
34+
PinStatus cyw43_digitalRead(pin_size_t pin);
35+
#ifdef __cplusplus
3336
}
37+
#endif

lib/rp2040/libipv4-big.a

9.41 KB
Binary file not shown.

lib/rp2040/libipv4-bt-big.a

9.41 KB
Binary file not shown.

lib/rp2040/libipv4-bt.a

9.41 KB
Binary file not shown.

lib/rp2040/libipv4-ipv6-big.a

9.41 KB
Binary file not shown.

lib/rp2040/libipv4-ipv6-bt-big.a

9.41 KB
Binary file not shown.

lib/rp2040/libipv4-ipv6-bt.a

9.41 KB
Binary file not shown.

lib/rp2040/libipv4-ipv6.a

9.41 KB
Binary file not shown.

lib/rp2040/libipv4.a

9.41 KB
Binary file not shown.

lib/rp2040/libpico.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)