SAMV71 and SAME70: Place the Main Oscillator Enable in the board.h

This commit is contained in:
Frank Benkert 2016-03-04 12:31:54 -06:00 committed by Gregory Nutt
parent 88f0d35bce
commit 2297fdb714

View File

@ -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)