mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-24 01:43:07 +08:00
at91_mci: Fix use of BOARD_MCK
This commit is contained in:
parent
f092186c84
commit
4b1426368b
@ -74,7 +74,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#define AT91_MCI_HAS_4WIRE 1
|
||||
|
||||
uint32_t at91_master_clock = BOARD_MCK;
|
||||
#define at91_master_clock BOARD_MCK
|
||||
|
||||
static sXdmad *pXdmad = &XDMAD_Instance;
|
||||
#endif /* __rtems__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user