mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 18:33:16 +01:00
qemu_integratorcp uart.c: Uninit status.
This commit is contained in:
@@ -106,6 +106,13 @@ static int uart_init (void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Already initialised */
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* Success */
|
||||||
|
status = ATOM_OK;
|
||||||
|
}
|
||||||
|
|
||||||
/* Finished */
|
/* Finished */
|
||||||
return (status);
|
return (status);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user