1
0
Fork 0

Trim trailing whitespace

This commit is contained in:
fauxpark 2017-12-09 16:56:58 +11:00 committed by Jack Humbert
parent af37bb2f78
commit bb53635f33
28 changed files with 88 additions and 88 deletions

View file

@ -21,7 +21,7 @@ MCUSR MCU Status Register
SMCR Sleep Mode Control Register
SE Sleep Enable
SM2:0
SM2:0
#define set_sleep_mode(mode) \
#define SLEEP_MODE_IDLE (0)
#define SLEEP_MODE_ADC _BV(SM0)