forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
CircuitPython version and board name
espressif
Code/REPL
None
Behavior
None
Description
self->internal_data = heap_caps_malloc(MALLOC_CAP_8BIT | MALLOC_CAP_INTERNAL, sizeof(_internal_data_t)); |
but heap_caps_malloc
has signature void *heap_caps_malloc(size_t size, uint32_t caps)
reference.
I havn't checked whether there is actually something broken and I havn't used frequencyio
yet, I just noticed it while searching for uses of heap_caps_malloc
in circuitpython source while working on an upcoming PR.
But maybe this is the reason for #8653?
Additional information
No response