You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for this very nice setup!
I encoutered an issue when building the mac.uf2 file on Arch Linux, related to set_sys_clock_khz not being found.
The fix was to also include #include "hardware/clocks.h" in mac.c.
Would you mind adding that include statement (I can also open a PR if needed)?
The text was updated successfully, but these errors were encountered:
Hi, thanks for this very nice setup!
I encoutered an issue when building the
mac.uf2
file on Arch Linux, related toset_sys_clock_khz
not being found.The fix was to also include
#include "hardware/clocks.h"
inmac.c
.Would you mind adding that include statement (I can also open a PR if needed)?
The text was updated successfully, but these errors were encountered: