summaryrefslogtreecommitdiffstats
path: root/fpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'fpm.c')
-rw-r--r--fpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpm.c b/fpm.c
index 657a1a8..a58045e 100644
--- a/fpm.c
+++ b/fpm.c
@@ -195,7 +195,7 @@ uint8_t fpm_setpwd(uint32_t pwd)
return buf[0] == OK;
}
-uint16_t fpm_getcount(void)
+uint16_t fpm_get_count(void)
{
uint16_t n, count;
uint8_t buf[MAXPDLEN];