mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
Build fix, replaced usleep with up_udelay in memory lockdown state
This commit is contained in:
@@ -242,7 +242,7 @@ user_start(int argc, char *argv[])
|
||||
}
|
||||
|
||||
phase = !phase;
|
||||
usleep(300000);
|
||||
up_udelay(300000);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user