Skip to content

Commit 9510041

Browse files
committed
fix workflows
1 parent 1c80d13 commit 9510041

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/benchmarks/firmware_size/main.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ void setup() {
121121
#endif
122122
mo_setOnResetExecute([] () {});
123123

124+
mo_sendRequest(ctx, "", "", [] (const char*,void*) {}, [] (void*) {}, nullptr);
125+
mo_setRequestHandler(ctx, "", [] (const char*,const char*,void**,void*) {}, [] (const char*,char*,size_t,void*,void*) {return 0;}, [] (const char*,void*,void*) {}, nullptr);
126+
mo_setOnReceiveRequest(ctx, "", [] (const char*,const char*,void*) {}, nullptr);
127+
mo_setOnSendConf(ctx, "", [] (const char*, const char*, void*) {}, nullptr);
128+
124129
mo_getContext();
125130

126131
}

0 commit comments

Comments
 (0)