From 2c39efea4c303be9ff352aa0b39970bd993e34da Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 14 Dec 2020 10:01:03 -0800 Subject: [PATCH] r2p: bring in line with other defs --- troposphere/reboot_to_payload/source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troposphere/reboot_to_payload/source/main.c b/troposphere/reboot_to_payload/source/main.c index a6e6af5d8..c111c7fd0 100644 --- a/troposphere/reboot_to_payload/source/main.c +++ b/troposphere/reboot_to_payload/source/main.c @@ -4,7 +4,7 @@ #include -#define IRAM_PAYLOAD_MAX_SIZE 0x20000 +#define IRAM_PAYLOAD_MAX_SIZE 0x24000 #define IRAM_PAYLOAD_BASE 0x40010000 static alignas(0x1000) u8 g_reboot_payload[IRAM_PAYLOAD_MAX_SIZE];