From 252b8236cfebdf09284b06cf8dec66c9a746b4b2 Mon Sep 17 00:00:00 2001 From: tharexde Date: Wed, 23 Sep 2020 23:06:12 +0200 Subject: [PATCH] renamed function names --- armsrc/em4x50.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/armsrc/em4x50.h b/armsrc/em4x50.h index c483bf27f..7e4c00fba 100644 --- a/armsrc/em4x50.h +++ b/armsrc/em4x50.h @@ -18,8 +18,8 @@ typedef struct { } em4x50_tag_t; int em4x50_standalone_read(uint64_t *words); -bool em4x50_sim_send_listen_window2(void); -bool em4x50_sim_send_word3(uint32_t word); +bool em4x50_sim_send_listen_window(void); +bool em4x50_sim_send_word(uint32_t word); void em4x50_info(em4x50_data_t *etd); void em4x50_write(em4x50_data_t *etd);