From afbb74717046d2ff724b29e7197d02555c29a645 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 11 Jan 2017 22:21:28 +0100 Subject: [PATCH] qmod: do not automatically clear _HUB_RESET after EEPROM write we'd rather have explicit control over that --- firmware/src_simtrace/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/src_simtrace/main.c b/firmware/src_simtrace/main.c index 9a6d439c..298adccd 100644 --- a/firmware/src_simtrace/main.c +++ b/firmware/src_simtrace/main.c @@ -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 */