Remove commented-out code

This commit is contained in:
Simon Duquennoy 2015-10-06 15:39:29 +02:00
parent 1634acf2c4
commit f49b161795
4 changed files with 0 additions and 14 deletions

View file

@ -12,7 +12,6 @@
/* 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 ****/
# define MCUCSR MCUSR
# endif
#endif