commit | e6b23a8f049a89f9f6254a7fa186d33dc65b0ba3 | [log] [tgz] |
---|---|---|
author | Solomon Peachy <pizza@shaftnet.org> | Mon Oct 15 14:25:48 2018 -0400 |
committer | Solomon Peachy <pizza@shaftnet.org> | Mon Oct 15 14:26:27 2018 -0400 |
tree | 686ce51771a0bb6e70d2264a21df96f4e1a023e9 | |
parent | 07fed9053a476b4c6e5ecd23fc43ec84f4094978 [diff] |
onda: fix compiler warning in boot loader Change-Id: Ic92d8e183503b68604d69bad27991f66d89c8744
diff --git a/bootloader/ondavx747.c b/bootloader/ondavx747.c index 0f1c504..cdacb69 100644 --- a/bootloader/ondavx747.c +++ b/bootloader/ondavx747.c
@@ -252,6 +252,7 @@ else poweroff_repeat = 0; } + return 0; } int main(void)