aboutsummaryrefslogtreecommitdiff
path: root/hsm-pwm/Hsm
diff options
context:
space:
mode:
Diffstat (limited to 'hsm-pwm/Hsm')
-rw-r--r--hsm-pwm/Hsm/PWM.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hsm-pwm/Hsm/PWM.hs b/hsm-pwm/Hsm/PWM.hs
index bc31fbc..23e9e3a 100644
--- a/hsm-pwm/Hsm/PWM.hs
+++ b/hsm-pwm/Hsm/PWM.hs
@@ -30,7 +30,7 @@ import Hsm.Log (Log, Severity (Info, Trace), logMsg)
import System.FilePath ((</>))
import System.Posix.Files (fileAccess)
-$(makeSerial "PWM" "Channel" "channelIndex" ''Int [1, 2])
+$(makeSerial "PWM" "Channel" "channelIndex" ''Int [2, 3])
data PWM (a :: * -> *) (b :: *)