Skip to content

Commit

Permalink
Add missing default clock source define
Browse files Browse the repository at this point in the history
Resolves #189
  • Loading branch information
valeros committed Jan 9, 2024
1 parent b9c11ae commit a4c82fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/bbcmicrobit_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"core": "nRF5",
"cpu": "cortex-m4",
"extra_flags": "-DARDUINO_BBC_MICROBIT_V2 -DNRF52833_XXAA",
"extra_flags": "-DARDUINO_BBC_MICROBIT_V2 -DNRF52833_XXAA -DUSE_LFSYNT",
"f_cpu": "64000000L",
"mcu": "nrf52833",
"variant": "BBCmicrobitV2",
Expand Down
2 changes: 1 addition & 1 deletion boards/calliopemini_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"core": "nRF5",
"cpu": "cortex-m4",
"extra_flags": "-DNRF52833_XXAA -DARDUINO_CALLIOPE_MINI_V3",
"extra_flags": "-DNRF52833_XXAA -DARDUINO_CALLIOPE_MINI_V3 -DUSE_LFSYNT",
"f_cpu": "64000000",
"hwids": [
[
Expand Down

0 comments on commit a4c82fe

Please sign in to comment.