mirror of https://github.com/ARMmbed/mbed-os.git
Add define for FPU_EXCEPTION_MASK
parent
bd1ad99452
commit
501a00b1ac
|
@ -23,6 +23,8 @@
|
|||
// In this case, bits which are equal to 0 are the bits reserved in this register
|
||||
#define SCB_ICSR_RESERVED_BITS_MASK 0x9E43F03F
|
||||
|
||||
#define FPU_EXCEPTION_MASK 0x0000009F
|
||||
|
||||
void sleep(void)
|
||||
{
|
||||
// ensure debug is disconnected if semihost is enabled....
|
||||
|
|
Loading…
Reference in New Issue