Skip to content

Commit

Permalink
added cc13x4 family define around the non OTA hex creation
Browse files Browse the repository at this point in the history
  • Loading branch information
abiradarti committed Jul 31, 2024
1 parent a4661b1 commit a582139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/ti_simplelink_sdk/ti_simplelink_executable.gni
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ template("ti_simplelink_executable") {
} else {
# The executable is the final target.
data_deps = [ ":${simplelink_target_name}.out" ]
if (custom_factory_data) {
if (custom_factory_data && ti_simplelink_device_family == "cc13x4_26x4") {
data_deps += [ ":${simplelink_target_name}-and-factory-data.hex" ]
}
}
Expand Down

0 comments on commit a582139

Please sign in to comment.