added extern

pull/218/head
alanbjohnston 3 years ago committed by GitHub
parent 87107c9084
commit dd5f73d621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,6 +53,8 @@ char payload_str[100];
WiFiServer server(port); WiFiServer server(port);
WiFiClient client; WiFiClient client;
extern RPI_PICO_Timer ITimer0(0);
//#define PICO_W // define if Pico W board. Otherwise, compilation fail for Pico or runtime fail if compile as Pico W //#define PICO_W // define if Pico W board. Otherwise, compilation fail for Pico or runtime fail if compile as Pico W
void setup() { void setup() {

Loading…
Cancel
Save

Powered by TurnKey Linux.