Open jonathanschilling opened 1 month ago
Would you be able to check what version you have checked out/download when you compiled? This should already have been changed in https://github.com/guruthree/mac-se-video-converter/commit/6bb797e0c0ff262f2190a4b2cc628ed28d8de234.
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)?