mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
boards/msba2: define XTAL frequency
The board comes with a 16 MHz XTAL. Since the avsextrem is just an extended msba2, this is true here too.
This commit is contained in:
parent
c1ea3c2eb6
commit
3ecf7a0430
@ -29,6 +29,8 @@ extern "C" {
|
||||
* @name Clock configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTAL_HZ (16000000U) /* the board provides a 16 MHz XTAL */
|
||||
|
||||
#define CLOCK_CORECLOCK (72000000U) /* this board runs with 72MHz */
|
||||
|
||||
#define CLOCK_PCLK (CLOCK_CORECLOCK)
|
||||
|
@ -29,6 +29,8 @@ extern "C" {
|
||||
* @name Clock configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTAL_HZ (16000000U) /* the board provides a 16 MHz XTAL */
|
||||
|
||||
#define CLOCK_CORECLOCK (72000000U) /* the msba2 runs with 72MHz */
|
||||
|
||||
#define CLOCK_PCLK (CLOCK_CORECLOCK)
|
||||
|
Loading…
Reference in New Issue
Block a user