mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
SAMA5: Oops. Upper case in include does not match lower case of filename.
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
* In this configuration, UPLL is the source of the UHPHS clock (if enabled).
|
* 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
|
#else
|
||||||
/* OHCI Only. This is an alternative slower configuration that will produce a 48MHz
|
/* OHCI Only. This is an alternative slower configuration that will produce a 48MHz
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
* results in a CPU clock of 384MHz.
|
* results in a CPU clock of 384MHz.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
# include <arch/board/board_384MHz.h>
|
# include <arch/board/board_384mhz.h>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user