Skip to content

Commit 8ca1069

Browse files
committed
fix samd51p20a
1 parent d3613ec commit 8ca1069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMSIS-Atmel/CMSIS/Device/ATMEL/samd51/include/samd51p20a.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,8 @@ void SDHC1_Handler ( void );
544544
* \brief Configuration of the Cortex-M4 Processor and Core Peripherals
545545
*/
546546

547-
//#ifndef LITTLE_ENDIAN
548-
#define LITTLE_ENDIAN 1
547+
#ifndef LITTLE_ENDIAN
548+
#define LITTLE_ENDIAN 1
549549
#endif
550550
#define __CM4_REV 1 /*!< Core revision r0p1 */
551551
#define __DEBUG_LVL 3 /*!< Full debug plus DWT data matching */

0 commit comments

Comments
 (0)