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;
}