diff options
| author | Peter Lawrence <[email protected]> | 2020-10-14 09:15:26 -0500 |
|---|---|---|
| committer | Peter Lawrence <[email protected]> | 2020-10-14 09:15:26 -0500 |
| commit | 042ca2375e826e2b3c78c88a3c91d4ddbc128cb9 (patch) | |
| tree | 52aa41dcf41614016eacc4f6bef8e5f31a3285b1 | |
| parent | e10358bfaba5a2818e3f21ac93a9cc32a7b9bf33 (diff) | |
bsp: atsamd21_xpro: removed no longer needed workaround
| -rw-r--r-- | hw/bsp/atsamd21_xpro/atsamd21_xpro.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/bsp/atsamd21_xpro/atsamd21_xpro.c b/hw/bsp/atsamd21_xpro/atsamd21_xpro.c index aa962b127..26d3e93bd 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" |
