Skip to content

Commit 429b5f2

Browse files
authored
try to make astyle happy
1 parent 07e21b2 commit 429b5f2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cores/rp2040/cyw43_wrappers.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ extern bool __isPicoW;
2626
#ifdef __cplusplus
2727
extern "C" {
2828
#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);
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);
3535
#ifdef __cplusplus
3636
}
3737
#endif

0 commit comments

Comments
 (0)