From ced056be199f2091ec0714d2f9b3d2fe2be24c22 Mon Sep 17 00:00:00 2001 From: tharexde Date: Thu, 17 Dec 2020 20:54:06 +0100 Subject: [PATCH] deleted non existing functions in header --- armsrc/em4x50.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/armsrc/em4x50.h b/armsrc/em4x50.h index 12f0a64d8..9f9b38351 100644 --- a/armsrc/em4x50.h +++ b/armsrc/em4x50.h @@ -13,11 +13,6 @@ #include "../include/em4x50.h" -int em4x50_standalone_read(uint32_t *words); -int em4x50_standalone_brute(uint32_t start, uint32_t stop, uint32_t *pwd); -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); void em4x50_writepwd(em4x50_data_t *etd);