Skip to content

Commit

Permalink
Merge pull request #2305 from lf-lang/nrf52-fixes
Browse files Browse the repository at this point in the history
Fix NRF52 support
  • Loading branch information
lhstrh authored Jun 4, 2024
2 parents a46b31d + a2453bc commit f685b90
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", true),
NRF52("Nrf52", false),
RP2040("Rp2040", false),
LINUX("Linux", true),
MAC("Darwin", true),
Expand Down

0 comments on commit f685b90

Please sign in to comment.