guruthree / mac-se-video-converter

Convert video from a Mac Plus/SE/Classic to a VESA VGA signal using a Raspberry Pi Pico
85 stars 5 forks source link

include hardware/clocks.h for set_sys_clock_khz #4

Open jonathanschilling opened 1 month ago

jonathanschilling commented 1 month ago

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)?

guruthree commented 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.