We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38cd71 commit 9b2bc6bCopy full SHA for 9b2bc6b
supervisor/shared/translate/translate.c
@@ -109,6 +109,7 @@ static int get_nbits(bitstream_state_t *st, int n) {
109
return r;
110
}
111
112
+// note: the vstr must be a fixed-buffer vstr that matches the decompressed length of the string
113
static void decompress_vstr(mp_rom_error_text_t compressed, vstr_t *decompressed) {
114
bitstream_state_t b = {
115
.ptr = &(compressed->data) + (compress_max_length_bits >> 3),
0 commit comments