dubai: Add dummy sensors sub HAL
Change-Id: Ie20ed775344990de3e16e2eefba1754d831027fb
This commit is contained in:
parent
9da8518319
commit
7cdd04a3cb
8 changed files with 583 additions and 0 deletions
11
sensors/.clang-format
Normal file
11
sensors/.clang-format
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
BasedOnStyle: Google
|
||||
AccessModifierOffset: -2
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
ColumnLimit: 100
|
||||
CommentPragmas: NOLINT:.*
|
||||
DerivePointerAlignment: false
|
||||
IndentWidth: 4
|
||||
PointerAlignment: Left
|
||||
TabWidth: 4
|
||||
UseTab: Never
|
||||
PenaltyExcessCharacter: 32
|
||||
Loading…
Add table
Add a link
Reference in a new issue