From cb47f6fe368a0b3e22291396ef09d770e7364e71 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Wed, 7 May 2025 15:58:55 +0800 Subject: wip: enroll. --- fpm.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fpm.h') diff --git a/fpm.h b/fpm.h index f165958..0b9d303 100644 --- a/fpm.h +++ b/fpm.h @@ -15,16 +15,16 @@ struct fpm_cfg { uint8_t fpm_init(void); -uint8_t fpm_getcfg(struct fpm_cfg *cfg); +uint8_t fpm_get_cfg(struct fpm_cfg *cfg); -uint8_t fpm_setpwd(uint32_t pwd); +uint8_t fpm_set_pwd(uint32_t pwd); -uint16_t fpm_getcount(void); +uint16_t fpm_get_count(void); uint8_t fpm_enroll(void); uint8_t fpm_match(void); -uint8_t fpm_delete_all(void); +uint8_t fpm_clear_db(void); #endif /* FPM_H */ -- cgit v1.2.3