mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: renaming a struct
This commit is contained in:
parent
e99910694b
commit
283060f962
7 changed files with 55 additions and 55 deletions
|
@ -756,7 +756,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
break;
|
||||
#ifdef WITH_LF
|
||||
case CMD_SET_LF_T55XX_CONFIG: {
|
||||
setT55xxConfig(packet->oldarg[0], (t55xx_config *) packet->data.asBytes);
|
||||
setT55xxConfig(packet->oldarg[0], (t55xx_configurations_t*) packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_SET_LF_SAMPLING_CONFIG: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue