From d8f8c1cb999c647527eb76f10d80abd665eaac8b Mon Sep 17 00:00:00 2001 From: Deomid Ryabkov <rojer@cesanta.com> Date: Wed, 25 Nov 2015 17:07:55 +0000 Subject: [PATCH] I fail at math PUBLISHED_FROM=c45da0cf83e9573a9fa8234f4dee1b9e4e5b977a --- examples/ESP8266_RTOS/ld/eagle.app.v6.512.compact.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ESP8266_RTOS/ld/eagle.app.v6.512.compact.ld b/examples/ESP8266_RTOS/ld/eagle.app.v6.512.compact.ld index 876bbd401..480c0e3ee 100644 --- a/examples/ESP8266_RTOS/ld/eagle.app.v6.512.compact.ld +++ b/examples/ESP8266_RTOS/ld/eagle.app.v6.512.compact.ld @@ -4,7 +4,7 @@ /* * Flash map for 512KB flash. * - * There is 0x2000 (16KB) available between 0x8000 and 0x10000. + * There is 0x8000 (32KB) available between 0x8000 and 0x10000. * * Note: IROM images starts at 0x10000 (ignore Makefile output which says 0x40000. */ -- GitLab