Skip to content

Commit

Permalink
Merge pull request #455 from 4ms/dld-clock-fix
Browse files Browse the repository at this point in the history
Fix DLD clock issues
  • Loading branch information
danngreen authored Jan 17, 2025
2 parents 2ee2740 + 9d6cb99 commit 317852e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions firmware/.clangd
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ CompileFlags:
"-DSIMULATOR",
]
Add: [
"--target=arm-none-eabi",
"-std=gnu++2b",
# "--target=arm-none-eabi",
"-std=c++20",
"-I../src/console", #Needed because clangd16 infers compilation of some headers with a file from a different cmake target
"-I../src/medium",
"-I../lib/lvgl/lvgl",
Expand Down

0 comments on commit 317852e

Please sign in to comment.