at91_mci: Fix use of pre-processor defines

This commit is contained in:
Sebastian Huber 2018-04-26 11:14:10 +02:00
parent 854427bec4
commit f092186c84

View File

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