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.
1 parent 5f0b776 commit a2f13daCopy full SHA for a2f13da
src/jswrap_process.c
@@ -167,9 +167,9 @@ JsVar *jswrap_process_env() {
167
extern uint32_t app_ram_base;
168
if (app_ram_base)
169
jsvObjectSetChildAndUnLock(obj, "APP_RAM_BASE", jsvNewFromInteger((JsVarInt)app_ram_base));
170
-#endif
171
// https://devzone.nordicsemi.com/f/nordic-q-a/1171/how-do-i-access-softdevice-version-string
172
jsvObjectSetChildAndUnLock(obj, "SOFTDEVICE", jsvNewFromInteger(*(uint16_t*)0x0000300C));
+#endif
173
#endif
174
return obj;
175
}
0 commit comments