Minor changes.

git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11648 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
isiora 2018-03-08 20:43:31 +00:00
parent 3cdf8c338e
commit 20f0bce90f
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ static THD_WORKING_AREA(waTsSimpleService, 1024);
static THD_FUNCTION(TsSimpleService, tsstate) {
/* WARNING: do not put blocking call out of the cycle,
* i.e. no calls that suspend
* the current thread!.*/
i.e. no calls that suspend
the current thread!.*/
ts_state_t *svcp = tsstate;