mirror of
https://github.com/apache/nuttx.git
synced 2026-08-28 21:00:44 +00:00
SAMA5: Oops. Upper case in include does not match lower case of filename.
This commit is contained in:
parent
075ba4ff89
commit
eb99d0ea79
1 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@
|
|||
* In this configuration, UPLL is the source of the UHPHS clock (if enabled).
|
||||
*/
|
||||
|
||||
# include <arch/board/board_396MHz.h>
|
||||
# include <arch/board/board_396mhz.h>
|
||||
|
||||
#else
|
||||
/* OHCI Only. This is an alternative slower configuration that will produce a 48MHz
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
* results in a CPU clock of 384MHz.
|
||||
*/
|
||||
|
||||
# include <arch/board/board_384MHz.h>
|
||||
# include <arch/board/board_384mhz.h>
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue