From 9a396f63b2afb607cf331a90fa2f0fde7abb5a79 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Tue, 8 Aug 2017 19:15:31 +0000 Subject: [PATCH] Fixed typo git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10373 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/SAMA/SAMA5D2x/sama_registry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */