Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMSIS-Atmel/CMSIS/Device/ATMEL/samd51/include/samd51j19a.h
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ void SDHC0_Handler ( void );
#define __DEBUG_LVL 3 /*!< Full debug plus DWT data matching */
#define __FPU_PRESENT 1 /*!< FPU present or not */
#define __MPU_PRESENT 1 /*!< MPU present or not */
#define __NVIC_PRIO_BITS 2 /*!< Number of bits used for Priority Levels */
#define __NVIC_PRIO_BITS 3 /*!< Number of bits used for Priority Levels */
#define __TRACE_LVL 2 /*!< Full trace: ITM, DWT triggers and counters, ETM */
#define __VTOR_PRESENT 1 /*!< VTOR present or not */
#define __Vendor_SysTickConfig 0 /*!< Set to 1 if different SysTick Config is used */
Expand Down