Skip to content

Commit 9120291

Browse files
authored
Merge pull request #36 from pennam/static_ota_cap
Make isOtaCapable static
2 parents 4144a9b + 4cf57c8 commit 9120291

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)