summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-06-19 11:35:22 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-06-19 13:00:23 +0800
commitdb9b2dacb951c2685e9f43801278f10f06e37056 (patch)
treee577c7fe2bc897f72c5947fef8ea3398f336d678 /main.c
parentd757fde31ef78398ff5a2d07882b1b0e26e17812 (diff)
downloadfpm-door-lock-db9b2dacb951c2685e9f43801278f10f06e37056.tar.gz
README: current measurements.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index ddd4c18..2927869 100644
--- a/main.c
+++ b/main.c
@@ -119,8 +119,8 @@ int main(void)
/* power on peripherals */
FET_DDR |= (1 << FET_FPM) | (1 << FET_SERVO);
-
fet_on();
+
fpm_init();
/* servo */