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 a4c2b30 commit d159abaCopy full SHA for d159aba
inc/MicroBitDevice.h
@@ -110,7 +110,7 @@ namespace codal
110
* microbit_panic(20);
111
* @endcode
112
*/
113
- void microbit_panic(int statusCode);
+ [[noreturn]] void microbit_panic(int statusCode);
114
115
/**
116
* Defines the length of time that the device will remain in a error state before resetting.
target-locked.json
@@ -75,4 +75,4 @@
75
"show_size": true,
76
"snapshot_version": "v0.2.69",
77
"toolchain": "ARM_GCC"
78
-}
+}
0 commit comments