Skip to content

Commit a582139

Browse files
committed
added cc13x4 family define around the non OTA hex creation
1 parent a4661b1 commit a582139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/ti_simplelink_sdk/ti_simplelink_executable.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ template("ti_simplelink_executable") {
484484
} else {
485485
# The executable is the final target.
486486
data_deps = [ ":${simplelink_target_name}.out" ]
487-
if (custom_factory_data) {
487+
if (custom_factory_data && ti_simplelink_device_family == "cc13x4_26x4") {
488488
data_deps += [ ":${simplelink_target_name}-and-factory-data.hex" ]
489489
}
490490
}

0 commit comments

Comments
 (0)