Skip to content
Snippets Groups Projects
Commit fe452afa authored by Michael Paul Coder's avatar Michael Paul Coder Committed by Damien George
Browse files

stm32/flashbdev: Add missing include for irq.h.

This is required for mboot to build.
parent 9acc32b4
Branches
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "py/obj.h" #include "py/obj.h"
#include "py/mperrno.h" #include "py/mperrno.h"
#include "irq.h"
#include "led.h" #include "led.h"
#include "flash.h" #include "flash.h"
#include "storage.h" #include "storage.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment