We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0800a9 + cfd44b5 commit 8a75a47Copy full SHA for 8a75a47
library.json
@@ -11,7 +11,7 @@
11
"url": "https://github.com/bcmi-labs/Arduino_RouterBridge",
12
"maintainer": true
13
},
14
- "version": "0.1.3",
+ "version": "0.1.4",
15
"license": "MPL2.0",
16
"frameworks": "arduino",
17
"platforms": "*",
library.properties
@@ -1,5 +1,5 @@
1
name=Arduino_RouterBridge
2
-version=0.1.3
+version=0.1.4
3
author=BCMI-labs
4
maintainer=BCMI-labs
5
sentence=A RPC bridge for Arduino UNO Q boards
src/bridge.h
@@ -251,7 +251,8 @@ static void safeUpdate(){
251
BridgeClassUpdater::safeUpdate(&Bridge);
252
}
253
254
-inline void __loopHook(){
+// leave as is
255
+void __loopHook(void){
256
k_msleep(1);
257
safeUpdate();
258
0 commit comments