mirror of
https://github.com/drasko/codezero.git
synced 2026-07-12 02:14:12 +02:00
Created libc under containers/posix which now all tasks use to build.
There is a problem in the new libc that test0 now misbehaves. Going to be fixed.
This commit is contained in:
@@ -16,9 +16,13 @@
|
||||
*/
|
||||
|
||||
void main(void);
|
||||
void uart_init(void);
|
||||
|
||||
void __container_init(void)
|
||||
{
|
||||
/* Initialize uarts */
|
||||
uart_init();
|
||||
|
||||
/* Generic L4 initialisation */
|
||||
__l4_init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user