PIC32MZ: Add missing call to initialize peripheral clocking. From Kristopher Tate
This commit is contained in:
parent
3bf602d992
commit
cd46b1fc07
@ -398,10 +398,12 @@ void pic32mz_lowinit(void)
|
||||
|
||||
/* Enable caching in KSEG0 */
|
||||
|
||||
pic32mz_k0cache();;
|
||||
pic32mz_k0cache();
|
||||
|
||||
/* Configure peripheral clocking */
|
||||
|
||||
pic32mz_pbclk();
|
||||
|
||||
/* Initialize a console (probably a serial console) */
|
||||
|
||||
pic32mz_consoleinit();
|
||||
|
Loading…
Reference in New Issue
Block a user