Skip to content

Commit

Permalink
Fix aliexpress board (nRF51822-QFAA)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowtschan committed Jun 6, 2021
1 parent 9c05512 commit 10493b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/openhaystack-alternative/aliexpress_board.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ extern "C" {
#define ARDUINO_A5_PIN 31 // Analog channel 5

// Low frequency clock source to be used by the SoftDevice
#define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_XTAL, \
.rc_ctiv = 0, \
.rc_temp_ctiv = 0, \
#define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_RC, \
.rc_ctiv = 16, \
.rc_temp_ctiv = 2, \
.xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM}


Expand Down

0 comments on commit 10493b4

Please sign in to comment.