mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
misc: Include CMSIS header in pendsv.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
parent
6e038b7ceb
commit
898124330d
@ -29,6 +29,7 @@
|
|||||||
#include "py/runtime.h"
|
#include "py/runtime.h"
|
||||||
#include "shared/runtime/interrupt_char.h"
|
#include "shared/runtime/interrupt_char.h"
|
||||||
#include "pendsv.h"
|
#include "pendsv.h"
|
||||||
|
#include CMSIS_MCU_H
|
||||||
|
|
||||||
// This variable is used to save the exception object between a ctrl-C and the
|
// This variable is used to save the exception object between a ctrl-C and the
|
||||||
// PENDSV call that actually raises the exception. It must be non-static
|
// PENDSV call that actually raises the exception. It must be non-static
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user