http: don't inline char_to_html(), save 1k of flash

This commit is contained in:
René van Dorst
2025-09-10 16:07:59 +02:00
parent 803e2caaa8
commit 18f1fb5f1a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ inline void byte_to_html(uint8_t a)
}
inline void char_to_html(char c)
void char_to_html(char c)
{
outbuf[slen++] = c;
}
+2 -2
View File
@@ -25,5 +25,5 @@ Other memory:
Name Start End Size Max
---------------- -------- -------- -------- --------
PAGED EXT. RAM 0 256
EXTERNAL RAM 0x0001 0x1ae8 6888 16777216
ROM/EPROM/FLASH 0x0000 0x1c69f 46879 16777216
EXTERNAL RAM 0x0001 0x1b28 6952 16777216
ROM/EPROM/FLASH 0x0000 0x1bf4f 45844 16777216