This is an automated email from the ASF dual-hosted git repository.
andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
The following commit(s) were added to refs/heads/master by this push:
new c4d7a2825 hw/mcu/nrf5340: Add missing #include
c4d7a2825 is described below
commit c4d7a28253bdd80813e2c5bd7263f0f6f7d5493f
Author: Andrzej Kaczmarek <[email protected]>
AuthorDate: Fri Dec 23 12:04:46 2022 +0100
hw/mcu/nrf5340: Add missing #include
---
hw/mcu/nordic/nrf5340/src/hal_qspi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/mcu/nordic/nrf5340/src/hal_qspi.c
b/hw/mcu/nordic/nrf5340/src/hal_qspi.c
index d3142e63e..b43fcd158 100644
--- a/hw/mcu/nordic/nrf5340/src/hal_qspi.c
+++ b/hw/mcu/nordic/nrf5340/src/hal_qspi.c
@@ -20,6 +20,7 @@
#include <string.h>
#include <assert.h>
#include <stdint.h>
+#include <syscfg/syscfg.h>
#if MYNEWT_VAL(QSPI_ENABLE)
#include <hal/hal_flash_int.h>
#include "mcu/nrf5340_hal.h"