mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-12 09:47:54 +00:00
fix build err
This commit is contained in:
parent
b464ecaaf0
commit
36d6347160
@ -57,11 +57,9 @@ bool SX1276_DetectChip() //to be called after reset, verfies the chip has been d
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
debug("SX1276 not found! attempts: ");
|
debug("SX1276 not found! attempts: %d", i);
|
||||||
debug(i + 1);
|
|
||||||
debug(" of ");
|
debug(" of ");
|
||||||
debug(MaxAttempts);
|
debugln("%d SX1276 reg version=%d", MaxAttempts, ChipVersion);
|
||||||
debugln(" SX1276 reg version=%d", ChipVersion);
|
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user