mac-se-video-converter
mac-se-video-converter copied to clipboard
include hardware/clocks.h for set_sys_clock_khz
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)?