From 042ca2375e826e2b3c78c88a3c91d4ddbc128cb9 Mon Sep 17 00:00:00 2001 From: Peter Lawrence <12226419+majbthrd@users.noreply.github.com> Date: Wed, 14 Oct 2020 09:15:26 -0500 Subject: [PATCH] bsp: atsamd21_xpro: removed no longer needed workaround --- hw/bsp/atsamd21_xpro/atsamd21_xpro.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/bsp/atsamd21_xpro/atsamd21_xpro.c b/hw/bsp/atsamd21_xpro/atsamd21_xpro.c index aa962b12..26d3e93b 100644 --- a/hw/bsp/atsamd21_xpro/atsamd21_xpro.c +++ b/hw/bsp/atsamd21_xpro/atsamd21_xpro.c @@ -25,8 +25,6 @@ */ #include "bsp/board.h" - -#undef LITTLE_ENDIAN /* workaround for buggy SAMD submodule: compile error for ATSAMD21J18 (J, not G) */ #include "sam.h" #include "hal/include/hal_gpio.h"