git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7848 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
e591fba114
commit
67b6d6cebf
|
@ -38,7 +38,6 @@ static THD_FUNCTION(Thread1, arg) {
|
||||||
palSetPort(IOPORT1, PAL_PORT_BIT(PA_LED1) | PAL_PORT_BIT(PA_LED2));
|
palSetPort(IOPORT1, PAL_PORT_BIT(PA_LED1) | PAL_PORT_BIT(PA_LED2));
|
||||||
chThdSleepMilliseconds(800);
|
chThdSleepMilliseconds(800);
|
||||||
}
|
}
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -55,7 +54,6 @@ static THD_FUNCTION(Thread2, arg) {
|
||||||
palSetPad(IOPORT1, PA_LEDUSB);
|
palSetPad(IOPORT1, PA_LEDUSB);
|
||||||
chThdSleepMilliseconds(300);
|
chThdSleepMilliseconds(300);
|
||||||
}
|
}
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue