mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
add extra check for compiler time (#499)
minor change to add extra check for compiler time to prevent bad config Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
This commit is contained in:
parent
719ceee352
commit
daf544fbc4
2
portable/ThirdParty/GCC/ATmega/port.c
vendored
2
portable/ThirdParty/GCC/ATmega/port.c
vendored
|
@ -61,6 +61,8 @@
|
|||
#define portTIMSK TIMSK0
|
||||
#define portTIFR TIFR0
|
||||
|
||||
#else
|
||||
#error "No Timer defined for scheduler"
|
||||
#endif
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
|
Loading…
Reference in a new issue