diff --git a/sys/dev/uart/uart_dev_imx.c b/sys/dev/uart/uart_dev_imx.c --- a/sys/dev/uart/uart_dev_imx.c +++ b/sys/dev/uart/uart_dev_imx.c @@ -46,7 +46,7 @@ #include #include -#if defined(EXT_RESOURCES) && defined(__aarch64__) +#if defined(__aarch64__) #define IMX_ENABLE_CLOCKS #endif