1 parent 0897e9f commit 9f9d233Copy full SHA for 9f9d233
2 files changed
config/memfault_platform_config.h
@@ -10,11 +10,6 @@
10
extern "C" {
11
#endif
12
13
-#if defined(CONFIG_MEMFAULT_SOC_FAMILY_ESP32)
14
- #define ZEPHYR_DATA_REGION_START _data_start
15
- #define ZEPHYR_DATA_REGION_END _data_end
16
-#endif
17
-
18
#ifdef __cplusplus
19
}
20
west.yml
@@ -14,4 +14,4 @@ manifest:
- name: memfault-firmware-sdk
url: https://github.com/memfault/memfault-firmware-sdk
path: modules/lib/memfault-firmware-sdk
- revision: 1.42.0
+ revision: 1.42.1
0 commit comments