1
0
mirror of https://gitee.com/openLuat/LuatOS synced 2025-08-17 22:18:03 +08:00

del:去除判断EC618频率调整

This commit is contained in:
fupenghui 2022-11-23 11:59:30 +08:00
parent 7de0068e92
commit 94a86d2b2e

View File

@ -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