summaryrefslogtreecommitdiffstats
path: root/src/phLibNfc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/phLibNfc.c')
-rw-r--r--src/phLibNfc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/phLibNfc.c b/src/phLibNfc.c
index 6477a3f..7b9310a 100644
--- a/src/phLibNfc.c
+++ b/src/phLibNfc.c
@@ -47,7 +47,7 @@
*************************** Macro's ******************************************
*/
-extern int dlopen_firmware();
+extern int open_firmware();
#ifndef STATIC_DISABLE
#define STATIC static
@@ -125,7 +125,7 @@ NFCSTATUS phLibNfc_Download_Mode ()
int phLibNfc_Load_Firmware_Image ()
{
int status;
- status = dlopen_firmware();
+ status = open_firmware();
return status;
}