We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db63c1 commit 62704d2Copy full SHA for 62704d2
1 file changed
tests/benchmarks/firmware_size/main.cpp
@@ -116,7 +116,9 @@ void setup() {
116
mo_setOnUnlockConnector([] () {return MO_UnlockConnectorResult_UnlockFailed;});
117
118
mo_isOperative();
119
+#if MO_ENABLE_V16
120
mo_v16_setOnResetNotify([] (bool) {return false;});
121
+#endif
122
mo_setOnResetExecute([] () {});
123
124
mo_getContext();
0 commit comments