From: Michael Gernoth Date: Thu, 29 Jan 2009 22:23:44 +0000 (+0100) Subject: don't enable not placed parts X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/rsbs2/commitdiff_plain/129b46186378c66abe3dc580545c876c79a4fbae don't enable not placed parts --- diff --git a/firmware.c b/firmware.c index 0595bd9..84b4e92 100644 --- a/firmware.c +++ b/firmware.c @@ -239,8 +239,6 @@ void handle_boarddescription(unsigned char *fw, int len, int patch) /* Enable ATX and relay power switching */ BD_SET(pos, PWRATX); BD_SET(pos, PWRRELAY); - /* Serial */ - BD_SET(pos, SERIAL2); /* ATX standby */ BD_SET(pos, STANDBY); }