Add resource filters to the Eclipse project used to build the Galileo demo.

This commit is contained in:
Richard Barry 2015-07-30 21:13:03 +00:00
parent cff5cfdd4f
commit 25b911e0bd
5 changed files with 196 additions and 13 deletions

View file

@ -324,9 +324,6 @@ void vApplicationTickHook( void )
static void prvSetupHardware( void )
{
ClearScreen();
printf( ANSI_COLOR_WHITE );
/* Initialise the serial port and GPIO. */
vInitializeGalileoSerialPort( DEBUG_SERIAL_PORT );
vGalileoInitializeGpioController();