mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 05:38:33 +03:00
qmod: do not automatically clear _HUB_RESET after EEPROM write
we'd rather have explicit control over that
This commit is contained in:
@@ -168,7 +168,6 @@ static int write_hub_eeprom(void)
|
||||
TRACE_ERROR("Byte %u is wrong, expected 0x%02x, found 0x%02x\r\n",
|
||||
i, __eeprom_bin[i], byte);
|
||||
}
|
||||
PIO_Clear(&pin_hub_rst);
|
||||
|
||||
/* FIXME: Release PIN_PRTPWR_OVERRIDE after we know the hub is
|
||||
* again powering us up */
|
||||
|
||||
Reference in New Issue
Block a user