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

This commit is contained in:
Giovanni Di Sirio 2015-04-02 14:05:02 +00:00
parent 56d0fdc011
commit 465ae1ba30
1 changed files with 1 additions and 0 deletions

View File

@ -70,5 +70,6 @@ int main(void) {
while (TRUE) { while (TRUE) {
if (palReadPad(GPIOA, GPIOA_BUTTON)) if (palReadPad(GPIOA, GPIOA_BUTTON))
TestThread(&SD2); TestThread(&SD2);
chThdSleepMilliseconds(500);
} }
} }