Skip to content

Commit

Permalink
fix:718pm定义异常
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozingfiretruck committed Dec 4, 2024
1 parent 970a021 commit b5744fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csdk.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function description_common()
add_defines("CHIP_EC718","TYPE_EC718M","TYPE_EC718UM")
elseif chip_target == "ec718hm" then
add_defines("CHIP_EC718","TYPE_EC718M","TYPE_EC718HM")
elseif chip_target == "ec718hm" then
elseif chip_target == "ec718pm" then
add_defines("CHIP_EC718","TYPE_EC718M","TYPE_EC718PM")
end

Expand Down

0 comments on commit b5744fa

Please sign in to comment.