summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 66f419e..734f687 100644
--- a/main.c
+++ b/main.c
@@ -44,8 +44,7 @@ int main(void)
fpm_get_cfg(&cfg);
if (fpm_get_count() == 0) {
- // todo: check against capacity in prod
- if (fpm_enroll(1)) {
+ if (fpm_enroll()) {
fpm_led_on(BLUE);
_delay_ms(500);
fpm_led_off();