mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +03:00
water: C example, fix bad error message
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@ -47,7 +47,7 @@ int main ()
|
||||
|
||||
if (!sensor)
|
||||
{
|
||||
printf("dfrec_init() failed.\n");
|
||||
printf("water_init() failed.\n");
|
||||
return(1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user