Fixed compiler warnings for the AVR platforms
This commit is contained in:
parent
2773a37857
commit
d48cf89e9b
5 changed files with 6 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
/* MCUSR is a deprecated name but older avr-libc versions may define it */
|
||||
#if !defined (MCUCSR)
|
||||
# if defined (MCUSR)
|
||||
# warning *** MCUCSR not defined, using MCUSR instead ***
|
||||
/*# warning *** MCUCSR not defined, using MCUSR instead ****/
|
||||
# define MCUCSR MCUSR
|
||||
# endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue