We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3613ec commit 8ca1069Copy full SHA for 8ca1069
CMSIS-Atmel/CMSIS/Device/ATMEL/samd51/include/samd51p20a.h
@@ -544,8 +544,8 @@ void SDHC1_Handler ( void );
544
* \brief Configuration of the Cortex-M4 Processor and Core Peripherals
545
*/
546
547
-//#ifndef LITTLE_ENDIAN
548
-#define LITTLE_ENDIAN 1
+#ifndef LITTLE_ENDIAN
+#define LITTLE_ENDIAN 1
549
#endif
550
#define __CM4_REV 1 /*!< Core revision r0p1 */
551
#define __DEBUG_LVL 3 /*!< Full debug plus DWT data matching */
0 commit comments