We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfadf4b commit a50d127Copy full SHA for a50d127
drivers/flash/flash_ipuc/flash_ipuc.c
@@ -16,7 +16,9 @@
16
#ifdef CONFIG_FLASH_SIMULATOR
17
#include <zephyr/drivers/flash/flash_simulator.h>
18
#endif /* CONFIG_FLASH_SIMULATOR */
19
+#ifdef CONFIG_SOC_FLASH_NRF_RADIO_SYNC_RPC_HOST
20
#include "soc_flash_nrf.h"
21
+#endif /* CONFIG_SOC_FLASH_NRF_RADIO_SYNC_RPC_HOST */
22
23
/* __ALIGNED macro is not defined on NATIVE POSIX. This platform uses __aligned macro. */
24
#ifndef __ALIGNED
0 commit comments