mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
ssd1308: example main() should return 0
defect #371 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
bc61e9f86b
commit
b36eb487eb
@ -95,4 +95,5 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
delete lcd;
|
delete lcd;
|
||||||
//! [Interesting]
|
//! [Interesting]
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user