Commit fe452afa authored by Michael Paul Coder's avatar Michael Paul Coder Committed by Damien George

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

This is required for mboot to build.
parent 9acc32b4
......@@ -29,6 +29,7 @@
#include "py/obj.h"
#include "py/mperrno.h"
#include "irq.h"
#include "led.h"
#include "flash.h"
#include "storage.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment