mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc macro has been corrected in recent avr-libc versions
This commit is contained in:
@@ -61,7 +61,7 @@ int main(void)
|
||||
wdt_disable();
|
||||
|
||||
/* Disable clock division */
|
||||
SetSystemClockPrescaler(0);
|
||||
clock_prescale_set(clock_div_1);
|
||||
|
||||
/* Hardware initialization */
|
||||
SerialStream_Init(9600, false);
|
||||
|
||||
Reference in New Issue
Block a user