Skip to content

Commit

Permalink
Minor fix: variable name was misspelled (project-chip#29810)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdunkels authored Oct 17, 2023
1 parent 9207eeb commit 5cbdca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/device.gni
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ if (chip_device_platform == "cc13x2_26x2") {
} else if (chip_device_platform == "webos") {
_chip_device_layer = "webos"
} else if (chip_device_platform == "mw320") {
_chip_device_layter = "nxp/mw320"
_chip_device_layer = "nxp/mw320"
} else if (chip_device_platform == "zephyr") {
_chip_device_layer = "Zephyr"
} else if (chip_device_platform == "beken") {
Expand Down

0 comments on commit 5cbdca6

Please sign in to comment.