summary refs log tree commit diff
path: root/docs/power.txt
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2017-12-09 16:56:58 +1100
committerJack Humbert <jack.humb@gmail.com>2017-12-09 10:46:11 -0500
commitbb53635f33c213e5a940edea8b07026ef89aed42 (patch)
tree7e170b424e37b7305f8be3072cd8c970f77ca073 /docs/power.txt
parentaf37bb2f78c39c224c995eb57c757c63034a3d9c (diff)
Trim trailing whitespace
Diffstat (limited to 'docs/power.txt')
-rw-r--r--docs/power.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/power.txt b/docs/power.txt
index 0abbbe48e8..ff28ba0c7f 100644
--- a/docs/power.txt
+++ b/docs/power.txt
@@ -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)