mirror of
https://github.com/RfidResearchGroup/mayhem-firmware.git
synced 2026-05-12 11:27:21 -07:00
Coaster pager address scan
Merged tone setups
This commit is contained in:
@@ -346,7 +346,7 @@ BCHCode::BCHCode(
|
||||
valid = true;
|
||||
|
||||
if (valid) {
|
||||
for (i = 0; i < (m + 1); i++) {
|
||||
for (i = 0; i < (size_t)(m + 1); i++) {
|
||||
p[i] = p_init[i];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user