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 bd1ad99 commit 501a00bCopy full SHA for 501a00b
targets/TARGET_NORDIC/TARGET_NRF5/sleep.c
@@ -23,6 +23,8 @@
23
// In this case, bits which are equal to 0 are the bits reserved in this register
24
#define SCB_ICSR_RESERVED_BITS_MASK 0x9E43F03F
25
26
+#define FPU_EXCEPTION_MASK 0x0000009F
27
+
28
void sleep(void)
29
{
30
// ensure debug is disconnected if semihost is enabled....
0 commit comments