Skip to content

Commit fd5172d

Browse files
restyled-commitsabiradarti
authored andcommitted
Restyled by autopep8
1 parent f246fba commit fd5172d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

scripts/build/build/targets.py

+1
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ def BuildNxpTarget():
496496

497497
return target
498498

499+
499500
def BuildCC13x4Target():
500501
target = BuildTarget('ti', TIBuilder)
501502

scripts/build/builders/ti.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def build_outputs(self):
120120
if (self.app == TIApp.LOCK
121121
or self.app == TIApp.LIGHTING
122122
or self.app == TIApp.PUMP
123-
or self.app == TIApp.PUMP_CONTROLLER):
123+
or self.app == TIApp.PUMP_CONTROLLER):
124124
extensions = [".out", ".out.map", "-mcuboot.hex"]
125125

126126
else:

third_party/ti_simplelink_sdk/create_factory_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def create_hex_file(args):
135135
# get hex file in a format that can be merged in a later step
136136
subprocess.call(['objcopy', args.factory_data_hex_file, '--input-target', 'ihex', '--output-target', 'binary', 'temp.bin'])
137137
subprocess.call(['objcopy', 'temp.bin', '--input-target', 'binary', '--output-target',
138-
'ihex', args.factory_data_hex_file, '--change-addresses=0xfe800'])
138+
'ihex', args.factory_data_hex_file, '--change-addresses=0xfe800'])
139139
subprocess.call(['rm', 'temp.bin'])
140140

141141

0 commit comments

Comments
 (0)