Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 265 → Rev 266

/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
194,6 → 194,7
 
// Initialize the Ethernet module
if (op_state == BOARD_MODE_ETHERNET) {
LED1_LAT = 1;
ETH_DATA eth_data;
ETH_Init(&eth_data, NULL, &Cube_Ethernet_Frame_In);
}
228,6 → 229,7
break;
case BOARD_MODE_ETHERNET:
TIMER4_Stop();
LED2_LAT = 1;
while(1);
break;
}