mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-12 05:59:53 +02:00
Meta: Suppress compiler warnings
This commit is contained in:
@@ -94,7 +94,7 @@ U0 @system_power_off()
|
||||
|
||||
U0 @system_init()
|
||||
{
|
||||
System.build_info = FileRead("build_info.TXT");
|
||||
System.build_info = "";
|
||||
System.log_fifo = FifoI64New(1024);
|
||||
Spawn(&@system_log_task, , , T(mp_cnt, 1, 0));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user