httpd: de-__gptrget()-call in string_to_html()

This commit is contained in:
René van Dorst
2026-04-18 22:20:46 +02:00
parent facc4afe40
commit 791f68582d
+1 -1
View File
@@ -97,7 +97,7 @@ void itoa_html(uint8_t v)
char_to_html('0' + (v % 10));
}
void string_to_html(register char *s)
void string_to_html(__code char *s)
{
while (*s) char_to_html(*s++);
}