Commit ec2ac82c authored by Keith Packard's avatar Keith Packard Committed by Jamie
Browse files

boot/zephyr: switch main return type to 'int'



Adapt to Zephyr's change requiring main to return int.

Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
parent 7f982b0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -530,7 +530,7 @@ static void boot_serial_enter()
}
#endif

void main(void)
int main(void)
{
    struct boot_rsp rsp;
    int rc;