1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

Merge pull request #5600 from OlegHahm/samd21_LE_redefine

samd21: do not redefine LITTLE_ENDIAN
This commit is contained in:
Joakim Nohlgård 2016-07-05 13:18:54 +02:00 committed by GitHub
commit 0bc04f5278

View File

@ -227,7 +227,9 @@ void I2S_Handler ( void );
* \brief Configuration of the Cortex-M0+ Processor and Core Peripherals
*/
#define LITTLE_ENDIAN 1
#ifndef LITTLE_ENDIAN
# define LITTLE_ENDIAN 1
#endif
#define __CM0PLUS_REV 1 /*!< Core revision r0p1 */
#define __MPU_PRESENT 0 /*!< MPU present or not */
#define __NVIC_PRIO_BITS 2 /*!< Number of bits used for Priority Levels */