Skip to content

Commit 9f9d233

Browse files
authored
Remove override of Memfault Zephyr data region names (#30)
It's native in the SDK as of v1.42.1
1 parent 0897e9f commit 9f9d233

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

config/memfault_platform_config.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
extern "C" {
1111
#endif
1212

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-
1813
#ifdef __cplusplus
1914
}
2015
#endif

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ manifest:
1414
- name: memfault-firmware-sdk
1515
url: https://github.com/memfault/memfault-firmware-sdk
1616
path: modules/lib/memfault-firmware-sdk
17-
revision: 1.42.0
17+
revision: 1.42.1

0 commit comments

Comments
 (0)