-const char trbnet_version[] = "$Revision: 2.53 $";
+const char trbnet_version[] = "$Revision: 2.54 $";
#include <stdio.h>
#include <stdlib.h>
/* write: portC[17-0] */
*GPIOC_OE_OFFSET = GPIOC_OE_PINS;
-
- /* Reset Ports */
- setbitsPC(0x30000);
- clrbitsPC(0x30000);
}
+ /* Reset Ports */
+ setbitsPC(0x30000);
+ clrbitsPC(0x30000);
+
if (unlockPorts() == -1) return -1;
return 0;