Skip to content

Commit 4cf57c8

Browse files
committed
Make isOtaCapable static
1 parent 4144a9b commit 4cf57c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_Portenta_OTA.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class Arduino_Portenta_OTA
9292
virtual ~Arduino_Portenta_OTA();
9393

9494

95-
bool isOtaCapable();
95+
static bool isOtaCapable();
9696
Error begin();
9797
Error update();
9898
void reset();

0 commit comments

Comments
 (0)