SAM4L: Add an NSH configuration and C++ support
This commit is contained in:
parent
bae87a0ea1
commit
2f4ae2f2b0
|
@ -1283,7 +1283,8 @@ void sam_clockconfig(void)
|
|||
#else
|
||||
/* Power scaling mode 0, disable high speed mode, no fast wakeup */
|
||||
|
||||
psm = BPM_PMCON_PS0;
|
||||
psm = BPM_PMCON_PS0;
|
||||
fastwkup = false;
|
||||
#endif
|
||||
|
||||
/* Enable clock sources:
|
||||
|
|
Loading…
Reference in New Issue