When attempting to compile a project for the Arduino Zero with a DCF77 module, I encountered the following error:
.pio/build/nanoatmega328new/libdcf77_xtal.a(dcf77.cpp.o): In function `DCF77_Clock::set_input_provider(unsigned char (*)())':
dcf77.cpp:(.text._ZN11DCF77_Clock18set_input_providerEPFhvE+0x2): undefined reference to `Internal::Generic_1_kHz_Generator::setup(unsigned char (*)())'
When attempting to compile a project for the Arduino Zero with a DCF77 module, I encountered the following error: