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 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
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments