Skip to content

Commit

Permalink
updated review comment to add BRD4342A board
Browse files Browse the repository at this point in the history
  • Loading branch information
senthilku committed Sep 16, 2024
1 parent 5d77293 commit 162e293
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 @@ -105,7 +105,7 @@ class Efr32Board(Enum):
BRD4338A = 11
BRD2703A = 12
BRD2605A = 13
BRD2605A = 14
BRD4342A = 14

def GnArgName(self):
if self == Efr32Board.BRD2704B:
Expand Down

0 comments on commit 162e293

Please sign in to comment.