Skip to content

Commit

Permalink
fix build errors resulting from macro updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-tpan committed Feb 23, 2022
1 parent eab3436 commit b2102a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/platform/cc13x2_26x2/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ static_library("cc13x2_26x2") {
sources += [
"BLEManagerImpl.cpp",
"BLEManagerImpl.h",
"chipOBleProfile.c",
]
}

Expand Down
1 change: 0 additions & 1 deletion third_party/ti_simplelink_sdk/ti_simplelink_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ template("ti_simplelink_sdk") {

# Move this into the SDK
"${chip_root}/src/platform/cc13x2_26x2/ble_user_config.c",
"${chip_root}/src/platform/cc13x2_26x2/chipOBleProfile.c",
]

configs -= [ "${build_root}/config/compiler:std_default" ]
Expand Down

0 comments on commit b2102a3

Please sign in to comment.