mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-05 17:20:52 +08:00
at91_mci: Fix use of pre-processor defines
This commit is contained in:
parent
854427bec4
commit
f092186c84
@ -68,7 +68,7 @@ __FBSDID("$FreeBSD$");
|
||||
#ifdef __rtems__
|
||||
#include <bsp.h>
|
||||
#endif /* __rtems__ */
|
||||
#if defined(__rtems) && defined(LIBBSP_ARM_ATSAM_BSP_H)
|
||||
#if defined(__rtems__) && defined(LIBBSP_ARM_ATSAM_BSP_H)
|
||||
#ifdef __rtems__
|
||||
#include <libchip/chip.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user