renamed 'sread" to 'read'

This commit is contained in:
tharexde 2020-06-28 21:32:52 +02:00
parent 9ce9a82803
commit b6359def47

View file

@ -20,6 +20,6 @@ typedef struct {
void em4x50_info(em4x50_data_t *etd);
void em4x50_write(em4x50_data_t *etd);
void em4x50_write_password(em4x50_data_t *etd);
void em4x50_sread(em4x50_data_t *etd);
void em4x50_read(em4x50_data_t *etd);
#endif /* EM4X50_H */