ADD: Holimans new changes in master.

This commit is contained in:
iceman1001
2015-01-05 02:01:24 +01:00
parent f0cf62cd73
commit d3a22c7dfa
23 changed files with 488 additions and 321 deletions

View File

@@ -1879,7 +1879,7 @@ void EM4xLogin(uint32_t Password) {
void EM4xReadWord(uint8_t Address, uint32_t Pwd, uint8_t PwdMode) {
uint8_t *dest = get_bigbufptr_recvrespbuf();
uint8_t *dest = (uint8_t *)BigBuf;
uint16_t bufferlength = 12000;
uint32_t i = 0;