mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -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
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue