diff options
-rw-r--r-- | os/hal/ports/SAMA/SAMA5D2x/sama_registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/SAMA/SAMA5D2x/sama_registry.h b/os/hal/ports/SAMA/SAMA5D2x/sama_registry.h index b576467fc..689f56959 100644 --- a/os/hal/ports/SAMA/SAMA5D2x/sama_registry.h +++ b/os/hal/ports/SAMA/SAMA5D2x/sama_registry.h @@ -49,7 +49,7 @@ /*===========================================================================*/
#if defined(SAMA5D27) || defined(__DOXYGEN__)
/* PCM Peripheral IDs.*/
-#define SAMA_PID_SAIC0 (1 << 0) /**< SAIC0 FIQ PID. */
+#define SAMA_PID_SAIC0 (1 << 0) /**< SAIC0 FIQ PID. */
#define SAMA_PID_ARM (1 << 2) /**< ARM PID. */
#define SAMA_PID_PIT (1 << 3) /**< PIT PID. */
#define SAMA_PID_WDT (1 << 4) /**< WDT PID. */
|