aboutsummaryrefslogtreecommitdiff
path: root/hsm-pwm/Hsm
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-09-11 03:04:36 +0000
committerPaul Oliver <contact@pauloliver.dev>2025-09-17 00:08:37 +0000
commita8ac8412e35347769da7c8667d485fbce325af3b (patch)
tree3b18217489d4380d3d5581c57fb136b734adade5 /hsm-pwm/Hsm
parent89aab732dc3d484b99c0761728285bca6f6b1ba0 (diff)
Adds `hsm-drive`
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 :: *)