From c7e275f2214cff86fa98da9a12c92b685351aad5 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 3 May 2025 08:58:39 +0800 Subject: Get template count. --- fpm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fpm.h') diff --git a/fpm.h b/fpm.h index fd3b05c..8fae397 100644 --- a/fpm.h +++ b/fpm.h @@ -17,6 +17,8 @@ uint8_t fpm_init(void); uint8_t fpm_getcfg(struct fpm_config *cfg); -uint8_t fpm_setpwd(); +uint8_t fpm_setpwd(uint32_t pwd); + +uint16_t fpm_getcount(void); #endif /* FPM_H */ -- cgit v1.2.3