Wrong comment.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7858 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2015-04-05 15:49:46 +00:00
parent 0f063da229
commit 9ec03852f2
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ int main(void) {
chThdCreateStatic(waThread1, sizeof(waThread1), NORMALPRIO, Thread1, NULL);
/*
* Normal main() thread activity, in this demo it just performs
* a shell respawn upon its termination.
* Normal main() thread activity, in this demo it does nothing except
* sleeping in a loop and check the button state.
*/
while (true) {
if (palReadPad(GPIOA, GPIOA_BUTTON))