v923z / micropython-ulab

a numpy-like fast vector module for micropython, circuitpython, and their derivatives
https://micropython-ulab.readthedocs.io/en/latest
MIT License
408 stars 113 forks source link

Fix several build errors in CircuitPython #533

Closed jepler closed 2 years ago

jepler commented 2 years ago

These errors actually occurred when building the raspberry pi pico port; they weren't deteted when building the unix port during ulab ci, as this does not enable the diagnostics -Werror=undefined or -Werror=discarded-qualifiers.

v923z commented 2 years ago

Thanks, Jeff!