summaryrefslogtreecommitdiff
path: root/supervisor/shared/translate.h
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-12-07 15:34:43 -0500
committerGitHub <noreply@github.com>2018-12-07 15:34:43 -0500
commit2fbaceb2b15ff7d2c368a6cf4dfc10881f5979e7 (patch)
tree60210206b73c579e74288333a3ecc4e8f233dd1b /supervisor/shared/translate.h
parent481c4954afd161448aa37d353fa577d409d880c6 (diff)
parent89ef6eef575501e736ae528f13d9979e1302be63 (diff)
Merge pull request #1294 from tannewt/stack_check4.0.0-alpha.4
Add stack validity check and raise an error when it happens.
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