changed 4x50_stdread to 4x50_reader

This commit is contained in:
tharexde 2020-11-29 23:58:10 +01:00
commit 96cceab10a

View file

@ -29,7 +29,7 @@ void em4x50_reset(void);
void em4x50_watch(void); void em4x50_watch(void);
void em4x50_restore(em4x50_data_t *etd); void em4x50_restore(em4x50_data_t *etd);
void em4x50_sim(void); void em4x50_sim(void);
void em4x50_stdread(void); void em4x50_reader(void);
void em4x50_chk(uint32_t *numkeys); void em4x50_chk(uint32_t *numkeys);
#endif /* EM4X50_H */ #endif /* EM4X50_H */