mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
more const for legicrf
and the disabled LCD code
This commit is contained in:
parent
db46e2ce11
commit
d78dae5904
4 changed files with 4 additions and 4 deletions
|
@ -528,7 +528,7 @@ OUT:
|
|||
StopTicks();
|
||||
}
|
||||
|
||||
void LegicRfWriter(uint16_t offset, uint16_t len, uint8_t iv, uint8_t *data) {
|
||||
void LegicRfWriter(uint16_t offset, uint16_t len, uint8_t iv, const uint8_t *data) {
|
||||
// configure ARM and FPGA
|
||||
init_reader();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue