Skip to content

Commit

Permalink
Removes the driverlib from the path for CC322x.mk
Browse files Browse the repository at this point in the history
Removes a duplicate entry from the clang-format file.
  • Loading branch information
balazsracz committed Mar 31, 2023
1 parent c34b444 commit d96e64c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Standard: Cpp11
IndentWidth: 4
TabWidth: 8
UseTab: Never
BreakBeforeBraces: Allman
# BreakBeforeBraces: Allman
IndentFunctionDeclarationAfterType: false
SpacesInParentheses: false
SpacesInAngles: false
Expand Down
1 change: 0 additions & 1 deletion etc/cc322x.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ifdef TICC3220SDKPATH
INCLUDES += -DSL_PLATFORM_MULTI_THREADED -DSL_FULL -DTARGET_IS_CC3220 \
-I$(OPENMRNPATH)/src/freertos_drivers/ti \
-I$(OPENMRNPATH)/src/freertos_drivers/net_cc32xx \
-I$(TICC3220SDKPATH)/source/ti/devices/cc32xx/driverlib \
-I$(TICC3220SDKPATH)/source/ti/devices/cc32xx \
-I$(TICC3220SDKPATH)/source/ti/posix/gcc

Expand Down

0 comments on commit d96e64c

Please sign in to comment.