Add fixes for RTC and NVAL commands from Oleg Titov - thanks!

This commit is contained in:
Nils Faerber 2011-11-09 22:06:55 +01:00
parent 681932903c
commit 201b7df50b
3 changed files with 14 additions and 19 deletions

View file

@ -40,7 +40,7 @@ void dump_frame(unsigned char *frame, int len);
int mw_send_frame(mwdevice_t *mwdevice, unsigned char msg_type, unsigned char options, unsigned char *data, unsigned char len);
int mw_set_rtc(mwdevice_t *mwdevice, unsigned char clk1224, unsigned char date_fmt);
int mw_set_rtc(mwdevice_t *mwdevice);
int mw_nval_operation(mwdevice_t *mwdevice, unsigned char operation, unsigned short identifier, unsigned char size, void *mdata);