mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
jhd1313m1: example main() should return 0
defect #194 Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
d2e11d6f11
commit
3f5c357971
@ -36,4 +36,5 @@ main(int argc, char **argv)
|
|||||||
lcd->write("Hello World");
|
lcd->write("Hello World");
|
||||||
delete lcd;
|
delete lcd;
|
||||||
//! [Interesting]
|
//! [Interesting]
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user