mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/esp8266: fix region overflow with '*periph' directory in app path
This commit is contained in:
parent
6fc006421b
commit
2d660faf74
@ -241,7 +241,7 @@ SECTIONS
|
||||
*esp_wifi/*(.literal .text .literal.* .text.*)
|
||||
*freertos/*(.literal .text .literal.* .text.*)
|
||||
*freertos_common/*(.literal .text .literal.* .text.*)
|
||||
*periph/*(.literal .text .literal.* .text.*)
|
||||
*esp_common_periph/*(.literal .text .literal.* .text.*)
|
||||
*ztimer_core/*(.literal .text .literal.* .text.*)
|
||||
|
||||
*libhal.a:clock.o(.literal .text .literal.* .text.*)
|
||||
|
Loading…
Reference in New Issue
Block a user