summaryrefslogtreecommitdiff
path: root/supervisor/shared/translate.h
diff options
context:
space:
mode:
Diffstat (limited to 'supervisor/shared/translate.h')
-rw-r--r--supervisor/shared/translate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/shared/translate.h b/supervisor/shared/translate.h
index 3a1ba4076..5e8acbb6a 100644
--- a/supervisor/shared/translate.h
+++ b/supervisor/shared/translate.h
@@ -35,7 +35,7 @@ typedef struct {
} compressed_string_t;
const compressed_string_t* translate(const char* c);
-
+void serial_write_compressed(const compressed_string_t* compressed);
char* decompress(const compressed_string_t* compressed, char* decompressed);
#endif // MICROPY_INCLUDED_SUPERVISOR_TRANSLATE_H