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 860f9c8 commit 6413185Copy full SHA for 6413185
drivers/flash/soc_flash_nrf_mramc.c
@@ -4,14 +4,14 @@
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
- #include <string.h>
8
-
9
- #include <zephyr/drivers/flash.h>
10
- #include <zephyr/logging/log.h>
11
- #include <nrfx_mramc.h>
12
- #if defined(CONFIG_SOC_FLASH_NRF_MRAMC_FLUSH_CACHE)
13
- #include <hal/nrf_cache.h>
14
- #endif
+#include <string.h>
+
+#include <zephyr/drivers/flash.h>
+#include <zephyr/logging/log.h>
+#include <nrfx_mramc.h>
+#if defined(CONFIG_SOC_FLASH_NRF_MRAMC_FLUSH_CACHE)
+#include <hal/nrf_cache.h>
+#endif
15
16
LOG_MODULE_REGISTER(flash_nrf_mramc, CONFIG_FLASH_LOG_LEVEL);
17
0 commit comments