Update comment in persistentcode.c
Update comment in mp_raw_code_save so that it matches the code.
This commit is contained in:
parent
7df5d74d95
commit
61a7212b28
|
@ -826,7 +826,7 @@ STATIC bool mp_raw_code_has_native(mp_raw_code_t *rc) {
|
|||
|
||||
void mp_raw_code_save(mp_raw_code_t *rc, mp_print_t *print) {
|
||||
// header contains:
|
||||
// byte 'M'
|
||||
// byte 'C'
|
||||
// byte version
|
||||
// byte feature flags
|
||||
// byte number of bits in a small int
|
||||
|
|
Loading…
Reference in New Issue