misc: Include CMSIS header in pendsv.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
iabdalkader 2025-01-20 09:17:05 +01:00
parent 6e038b7ceb
commit 898124330d

View File

@ -29,6 +29,7 @@
#include "py/runtime.h"
#include "shared/runtime/interrupt_char.h"
#include "pendsv.h"
#include CMSIS_MCU_H
// 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