diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-03 08:41:02 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-03 08:41:02 +0800 |
| commit | 295f799ec9b7167063e10ca78caf2ceca6227040 (patch) | |
| tree | 4158aa3d0e46b6df04ac460a394e41b3ceeac157 /fpm.h | |
| parent | d462dc1bd6657b29b66a94a4e8be138e38d41522 (diff) | |
| download | avr-fpm-drivers-295f799ec9b7167063e10ca78caf2ceca6227040.tar.gz | |
Update password.
Diffstat (limited to 'fpm.h')
| -rw-r--r-- | fpm.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 */ |
