sym: do not sleep

This commit is contained in:
apio 2022-10-19 21:13:38 +02:00
parent 2c813f5901
commit f682258fc9

View File

@ -4,8 +4,6 @@
int main()
{
sleep(2);
FILE* syms = fopen("/sys/moon.sym", "r");
if (!syms)
{