mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
cppcheck fixes for const
This commit is contained in:
parent
b703bb746b
commit
b55a33b1d7
8 changed files with 26 additions and 19 deletions
|
@ -65,7 +65,7 @@ void ModInfo(void) {
|
|||
static uint8_t ppdol [255] = {0x80, 0xA8, 0x00, 0x00, 0x02, 0x83, 0x00};
|
||||
|
||||
// Generate GET PROCESSING
|
||||
static uint8_t treatPDOL(uint8_t *apdu) {
|
||||
static uint8_t treatPDOL(const uint8_t *apdu) {
|
||||
|
||||
uint8_t plen = 7;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue