Skip to content

Commit 62704d2

Browse files
committed
fix workflows
1 parent 6db63c1 commit 62704d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/benchmarks/firmware_size/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ void setup() {
116116
mo_setOnUnlockConnector([] () {return MO_UnlockConnectorResult_UnlockFailed;});
117117

118118
mo_isOperative();
119+
#if MO_ENABLE_V16
119120
mo_v16_setOnResetNotify([] (bool) {return false;});
121+
#endif
120122
mo_setOnResetExecute([] () {});
121123

122124
mo_getContext();

0 commit comments

Comments
 (0)