git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7848 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
Giovanni Di Sirio 2015-04-03 09:52:23 +00:00
parent e591fba114
commit 67b6d6cebf
1 changed files with 0 additions and 2 deletions

View File

@ -38,7 +38,6 @@ static THD_FUNCTION(Thread1, arg) {
palSetPort(IOPORT1, PAL_PORT_BIT(PA_LED1) | PAL_PORT_BIT(PA_LED2));
chThdSleepMilliseconds(800);
}
return 0;
}
/*
@ -55,7 +54,6 @@ static THD_FUNCTION(Thread2, arg) {
palSetPad(IOPORT1, PA_LEDUSB);
chThdSleepMilliseconds(300);
}
return 0;
}
/*