We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e21b2 commit 429b5f2Copy full SHA for 429b5f2
cores/rp2040/cyw43_wrappers.h
@@ -26,12 +26,12 @@ extern bool __isPicoW;
26
#ifdef __cplusplus
27
extern "C" {
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);
+void init_cyw43_wifi();
+void __lockBluetooth();
+void __unlockBluetooth();
+void cyw43_pinMode(pin_size_t pin, PinMode mode);
+void cyw43_digitalWrite(pin_size_t pin, PinStatus val);
+PinStatus cyw43_digitalRead(pin_size_t pin);
35
36
}
37
0 commit comments