Skip to content

Commit

Permalink
Merge pull request #2350 from lf-lang/nrf52
Browse files Browse the repository at this point in the history
Platform name changed from `Nrf52` to `nRF52`
  • Loading branch information
lhstrh authored Jul 3, 2024
2 parents c9245dd + 717fbae commit 4c3e177
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ protected Class<Platform> enumClass() {
public enum Platform {
AUTO,
ARDUINO, // FIXME: not multithreaded
NRF52("Nrf52", false),
NRF52("nRF52", false),
RP2040("Rp2040", true),
LINUX("Linux", true),
MAC("Darwin", true),
Expand Down

0 comments on commit 4c3e177

Please sign in to comment.