mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
PIC32MZ: Add missing call to initialize peripheral clocking. From Kristopher Tate
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user