Skip to content

Commit

Permalink
fix flash bundle string
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Feb 18, 2023
1 parent eb5746e commit aa21052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/builders/efr32.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def FlashBundleName(self):
elif self == Efr32App.WINDOW_COVERING:
return 'window_app.flashbundle.txt'
elif self == Efr32App.THERMOSTAT:
return 'thermostat.flashbundle.txt'
return 'thermostat_app.flashbundle.txt'
elif self == Efr32App.UNIT_TEST:
return 'efr32_device_tests.flashbundle.txt'
else:
Expand Down

0 comments on commit aa21052

Please sign in to comment.