Skip to content

Commit 0cbb92c

Browse files
sylvioalvesmmahadevan108
authored andcommitted
boards: heltec: fix kconfig cpu entry name
Minimum heap pool should be always set for the board in order to enable internal drivers/subsystems to work. It is currently not defined for APPCPU due to typo in board's Kconfig, possibly causing build failures. Fixes #81218 Signed-off-by: Sylvio Alves <[email protected]>
1 parent 27fca4d commit 0cbb92c

File tree

1 file changed

+1
-1
lines changed
  • boards/heltec/heltec_wireless_stick_lite_v3

1 file changed

+1
-1
lines changed

boards/heltec/heltec_wireless_stick_lite_v3/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
config HEAP_MEM_POOL_ADD_SIZE_BOARD
55
int
66
default 4096 if BOARD_HELTEC_WIRELESS_STICK_LITE_V3_ESP32S3_PROCPU
7-
default 256 if BOARD_HELTEC_WIRELESS_STICK_LITE_V3_ESP32S3_PROCPU
7+
default 256 if BOARD_HELTEC_WIRELESS_STICK_LITE_V3_ESP32S3_APPCPU

0 commit comments

Comments
 (0)