mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
graphics/NxWidgets/nxwm/src/ccalibration.cxx: Correct and error in the type of the return value.
This commit is contained in:
parent
b1352458ab
commit
902c3fa552
1 changed files with 1 additions and 1 deletions
|
|
@ -590,7 +590,7 @@ FAR void *CCalibration::calibration(FAR void *arg)
|
|||
if (!This->createWidgets())
|
||||
{
|
||||
gerr("ERROR: failed to create widgets\n");
|
||||
return false;
|
||||
return (FAR void *)0;
|
||||
}
|
||||
|
||||
// No samples have yet been collected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue