more const for legicrf and the disabled LCD code

This commit is contained in:
Henry Gabryjelski 2023-08-14 22:50:25 -07:00
commit d78dae5904
4 changed files with 4 additions and 4 deletions

View file

@ -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();