mirror of
https://github.com/apache/nuttx.git
synced 2026-09-10 19:06:35 +00:00
PIC32MZ: Add missing call to initialize peripheral clocking. From Kristopher Tate
This commit is contained in:
parent
16ece4e4bc
commit
60529baf3d
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue