sadr0b0t / arduino-timer-api

Cross-platform Arduino timer API
GNU Lesser General Public License v3.0
35 stars 18 forks source link

Ошибка компиляции #12

Open RogerRU opened 3 years ago

RogerRU commented 3 years ago

Компилирую для Atmega1281 MegaCore

Выдает ошибку: Compiling 'gh_v2_fwr' for 'ATmega1281'

Error linking for board ATmega1281 cc3VxnKC.ltrans0.ltrans.o*: In function __vector_32 Build failed for project 'gh_v2_fwr' timer_setup.cpp:127: undefined reference to timer_handle_interrupts(int)

cc3VxnKC.ltrans0.ltrans.o*: In function __vector_17 timer_setup.c:121: undefined reference to timer_handle_interrupts(int)

collect2.exe*: error: ld returned 1 exit status

В чем может быть проблема?