Fixed thread function prototype
This commit is contained in:
parent
3d45d3d4fa
commit
adfa3f75e8
|
@ -226,7 +226,6 @@ static THD_FUNCTION(BackgroundThread, arg) {
|
|||
while(true){
|
||||
BackgroundThdCnt++;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue