Skip to content

Commit ac00d7c

Browse files
committed
switch off tcm_heap usage
1 parent 7689cf5 commit ac00d7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

targets/TARGET_Realtek/TARGET_AMEBA/sdk/common/drivers/wlan/realtek/include/autoconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109

110110
#if defined(CONFIG_PLATFORM_AMEBA_X)
111111
#if !defined(CONFIG_PLATFORM_8711B)
112-
#define CONFIG_USE_TCM_HEAP 1 /* USE TCM HEAP */
112+
#define CONFIG_USE_TCM_HEAP 0 /* USE TCM HEAP */
113113
#endif
114114
#define CONFIG_RECV_TASKLET_THREAD
115115
#define CONFIG_XMIT_TASKLET_THREAD

targets/TARGET_Realtek/TARGET_AMEBA/sdk/os/os_dep/include/osdep_service.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extern "C" {
3535

3636
#if defined(CONFIG_PLATFORM_8195A)
3737
#ifndef CONFIG_USE_TCM_HEAP
38-
#define CONFIG_USE_TCM_HEAP 1 /* USE TCM HEAP */
38+
#define CONFIG_USE_TCM_HEAP 0 /* USE TCM HEAP */
3939
#endif
4040
#define USE_MUTEX_FOR_SPINLOCK 1
4141
#endif

0 commit comments

Comments
 (0)