Skip to content

Commit

Permalink
[Telink] Fix example name
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 committed Jan 4, 2023
1 parent 1a7e4c2 commit 52535b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/builders/telink.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def ExampleName(self):
elif self == TelinkApp.ALL_CLUSTERS_MINIMAL:
return 'all-clusters-minimal-app'
elif self == TelinkApp.CONTACT_SENSOR:
return 'contact-sensor'
return 'contact-sensor-app'
elif self == TelinkApp.LIGHT:
return 'lighting-app'
elif self == TelinkApp.SWITCH:
Expand Down

0 comments on commit 52535b0

Please sign in to comment.