diff options
-rw-r--r-- | os/hal/ports/SAMA/SAMA5D2x/hal_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/SAMA/SAMA5D2x/hal_lld.h b/os/hal/ports/SAMA/SAMA5D2x/hal_lld.h index 7ca8b5e1b..feffa9422 100644 --- a/os/hal/ports/SAMA/SAMA5D2x/hal_lld.h +++ b/os/hal/ports/SAMA/SAMA5D2x/hal_lld.h @@ -469,7 +469,7 @@ /* Various helpers.*/
#include "sama_pmc.h"
#include "aic.h"
-/* #include "sama_xdmac.h" */
+#include "sama_xdmac.h"
#ifdef __cplusplus
extern "C" {
|