mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
SAMV71 and SAME70: Place the Main Oscillator Enable in the board.h
This commit is contained in:
committed by
Gregory Nutt
parent
88f0d35bce
commit
2297fdb714
@@ -64,7 +64,7 @@
|
||||
* in board.h
|
||||
*/
|
||||
|
||||
#define BOARD_CKGR_MOR (PMC_CKGR_MOR_MOSCXTEN | PMC_CKGR_MOR_MOSCRCEN | \
|
||||
#define BOARD_CKGR_MOR (BOARD_CKGR_MOR_MOSCXTENBY | PMC_CKGR_MOR_MOSCRCEN | \
|
||||
BOARD_CKGR_MOR_MOSCXTST | PMC_CKGR_MOR_KEY)
|
||||
#define BOARD_CKGR_PLLAR (BOARD_CKGR_PLLAR_DIV | BOARD_CKGR_PLLAR_COUNT | \
|
||||
BOARD_CKGR_PLLAR_MUL | PMC_CKGR_PLLAR_ONE)
|
||||
|
||||
Reference in New Issue
Block a user