aboutsummaryrefslogtreecommitdiff
path: root/hsm-pwm
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-09-11 03:04:36 +0000
committerPaul Oliver <contact@pauloliver.dev>2025-09-12 01:08:04 +0000
commitac5a85abac1a47645713d3b7539fccb1b744dd85 (patch)
treef0107a391a5f937b3d076f0edd1c8df9c3bbc0c2 /hsm-pwm
parent89aab732dc3d484b99c0761728285bca6f6b1ba0 (diff)
Adds `hsm-drive`
Diffstat (limited to 'hsm-pwm')
-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 :: *)