Fixed thread function prototype

This commit is contained in:
barthess 2015-04-07 15:20:25 +03:00
parent 3d45d3d4fa
commit adfa3f75e8
1 changed files with 0 additions and 1 deletions

View File

@ -226,7 +226,6 @@ static THD_FUNCTION(BackgroundThread, arg) {
while(true){
BackgroundThdCnt++;
}
return 0;
}
/*