mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
Fixes for PVS errors
This commit is contained in:
@@ -93,7 +93,6 @@ int AnlogicCable::setClkFreq(uint32_t clkHZ)
|
||||
|
||||
if (clkHZ > 6000000) {
|
||||
printWarn("Anlogic JTAG probe limited to 6MHz");
|
||||
clkHZ = 6000000;
|
||||
}
|
||||
|
||||
if (clkHZ >= 6000000) {
|
||||
|
||||
Reference in New Issue
Block a user