summaryrefslogtreecommitdiffstats
path: root/fpm.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-05-03 08:41:02 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-05-03 08:41:02 +0800
commit295f799ec9b7167063e10ca78caf2ceca6227040 (patch)
tree4158aa3d0e46b6df04ac460a394e41b3ceeac157 /fpm.h
parentd462dc1bd6657b29b66a94a4e8be138e38d41522 (diff)
downloadavr-fpm-drivers-295f799ec9b7167063e10ca78caf2ceca6227040.tar.gz
Update password.
Diffstat (limited to 'fpm.h')
-rw-r--r--fpm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fpm.h b/fpm.h
index 0ea98df..fd3b05c 100644
--- a/fpm.h
+++ b/fpm.h
@@ -15,6 +15,8 @@ struct fpm_config {
uint8_t fpm_init(void);
-uint8_t fpm_get_config(struct fpm_config *cfg);
+uint8_t fpm_getcfg(struct fpm_config *cfg);
+
+uint8_t fpm_setpwd();
#endif /* FPM_H */