pic16bit: Use 1 byte for qstr hash len and include header to fix build.

Signed-off-by: Damien George <damien@micropython.org>
pull/8734/head
Damien George 2022-06-07 14:15:51 +10:00
rodzic bf92b0cbf2
commit c58dc7f091
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -29,6 +29,7 @@
#include <string.h>
#include <p33Fxxxx.h>
#include "py/builtin.h"
#include "py/compile.h"
#include "py/runtime.h"
#include "py/gc.h"

Wyświetl plik

@ -29,6 +29,7 @@
// options to control how MicroPython is built
#define MICROPY_OBJ_REPR (MICROPY_OBJ_REPR_B)
#define MICROPY_ALLOC_PATH_MAX (64)
#define MICROPY_QSTR_BYTES_IN_HASH (1)
#define MICROPY_EMIT_X64 (0)
#define MICROPY_EMIT_THUMB (0)
#define MICROPY_EMIT_INLINE_THUMB (0)