Skip to content

Commit

Permalink
fix: multiple fixes in mpu6050 driver
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleRus committed Jul 19, 2023
1 parent 0688238 commit 40de641
Show file tree
Hide file tree
Showing 8 changed files with 2,324 additions and 3,944 deletions.
4 changes: 2 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AllowAllConstructorInitializersOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: All
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: All
AllowShortLoopsOnASingleLine: false
Expand Down Expand Up @@ -37,7 +37,7 @@ BraceWrapping:
SplitEmptyNamespace: false
BreakBeforeTernaryOperators: true
BreakConstructorInitializers: BeforeColon
ColumnLimit: 120
ColumnLimit: 200
CompactNamespaces: true
Cpp11BracedListStyle: false
FixNamespaceComments: true
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dkms.conf
/__garbage__/
**/.vscode/
**/.devcontainer
/.idea/
.idea/
cmake-build-debug/

/esp-idf-lib.code-workspace
Expand Down
Loading

0 comments on commit 40de641

Please sign in to comment.