File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 0.8.3
4
4
5
- - Enhanced indicat API() to wait for confirm or timeout from peer.
5
+ - Enhanced indicate API() to wait for confirm or timeout from peer.
6
6
- Added BLEScanner filterService() for BLEService and BLEClientService
7
7
- Enhanced bonding management to support central bond and re-connection
8
8
- Added BLEClientHidAdafruit implementation for client HID
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ void init( void )
36
36
// Retrieve bootloader version
37
37
bootloaderVersion = BOOTLOADER_VERSION_REGISTER ;
38
38
39
+ // Select Clock Source : XTAL or RC
39
40
#if defined( USE_LFXO )
40
41
// 32Khz XTAL
41
42
NRF_CLOCK -> LFCLKSRC = (uint32_t )((CLOCK_LFCLKSRC_SRC_Xtal << CLOCK_LFCLKSRC_SRC_Pos ) & CLOCK_LFCLKSRC_SRC_Msk );
You can’t perform that action at this time.
0 commit comments