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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user