Skip to content

Commit 5a850a0

Browse files
committed
fix changelog typo
1 parent 5afca51 commit 5a850a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 0.8.3
44

5-
- Enhanced indicat API() to wait for confirm or timeout from peer.
5+
- Enhanced indicate API() to wait for confirm or timeout from peer.
66
- Added BLEScanner filterService() for BLEService and BLEClientService
77
- Enhanced bonding management to support central bond and re-connection
88
- Added BLEClientHidAdafruit implementation for client HID

cores/nRF5/wiring.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ void init( void )
3636
// Retrieve bootloader version
3737
bootloaderVersion = BOOTLOADER_VERSION_REGISTER;
3838

39+
// Select Clock Source : XTAL or RC
3940
#if defined( USE_LFXO )
4041
// 32Khz XTAL
4142
NRF_CLOCK->LFCLKSRC = (uint32_t)((CLOCK_LFCLKSRC_SRC_Xtal << CLOCK_LFCLKSRC_SRC_Pos) & CLOCK_LFCLKSRC_SRC_Msk);

0 commit comments

Comments
 (0)