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

This commit is contained in:
roccomarco 2016-03-05 19:58:26 +00:00
parent b20d445f4a
commit ddb8abc3d1
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#include "test.h"
/*
* Red LED blinker thread, times are in milliseconds.
* LEDs blinker thread, times are in milliseconds.
*/
static THD_WORKING_AREA(waThread1, 128);
static THD_FUNCTION(Thread1, arg) {