mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 07:40:42 +01:00
[ion/f730] Don't init clocks for now
This commit is contained in:
committed by
Ruben Dashyan
parent
25c72749b5
commit
a1f5ea4f76
@@ -229,6 +229,7 @@ void shutdownPeripherals(bool keepLEDAwake) {
|
||||
}
|
||||
|
||||
void initClocks() {
|
||||
#if 0
|
||||
/* System clock
|
||||
* Configure the CPU at 96 MHz, APB2 and USB at 48 MHz. */
|
||||
|
||||
@@ -288,6 +289,7 @@ void initClocks() {
|
||||
|
||||
// Now that we don't need use it anymore, turn the HSI off
|
||||
RCC.CR()->setHSION(false);
|
||||
#endif
|
||||
|
||||
// Peripheral clocks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user