Skip to content
Snippets Groups Projects
Commit 65ecd937 authored by schneider's avatar schneider
Browse files

change(mp): enable memoryview

parent aa9bcd1b
No related branches found
No related tags found
1 merge request!382HID over BLE
......@@ -53,6 +53,7 @@ int mp_hal_csprng_read_int(void);
#define MICROPY_PY_UERRNO (1)
#define MICROPY_PY_FRAMEBUF (1)
#define MICROPY_PY_BLUETOOTH (1)
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
/* Modules */
#define MODULE_BHI160_ENABLED (1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment