mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
http: don't inline char_to_html(), save 1k of flash
This commit is contained in:
+1
-1
@@ -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;
|
outbuf[slen++] = c;
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-2
@@ -25,5 +25,5 @@ Other memory:
|
|||||||
Name Start End Size Max
|
Name Start End Size Max
|
||||||
---------------- -------- -------- -------- --------
|
---------------- -------- -------- -------- --------
|
||||||
PAGED EXT. RAM 0 256
|
PAGED EXT. RAM 0 256
|
||||||
EXTERNAL RAM 0x0001 0x1ae8 6888 16777216
|
EXTERNAL RAM 0x0001 0x1b28 6952 16777216
|
||||||
ROM/EPROM/FLASH 0x0000 0x1c69f 46879 16777216
|
ROM/EPROM/FLASH 0x0000 0x1bf4f 45844 16777216
|
||||||
|
|||||||
Reference in New Issue
Block a user