mirror of
https://gitee.com/openLuat/LuatOS
synced 2025-08-17 22:18:03 +08:00
del:去除判断EC618频率调整
This commit is contained in:
parent
7de0068e92
commit
94a86d2b2e
|
@ -26,7 +26,7 @@ log.info("main", PROJECT, VERSION)
|
|||
_G.sys = require("sys")
|
||||
|
||||
-- 因为这是通用demo, air101/air103跑满速才不至于太慢-_-
|
||||
if rtos.bsp() == "AIR101" or rtos.bsp() == "AIR103" or rtos.bsp() =="EC618" then
|
||||
if rtos.bsp() == "AIR101" or rtos.bsp() == "AIR103" then
|
||||
if mcu then
|
||||
mcu.setClk(240)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user