diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2017-08-08 19:15:31 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2017-08-08 19:15:31 +0000 |
commit | 9a396f63b2afb607cf331a90fa2f0fde7abb5a79 (patch) | |
tree | d66e3f8d5ccaf8975243a2d1192385accfbb884d /os/hal/ports | |
parent | 33646949279936a67e3494348c55cead9f7a8372 (diff) | |
download | ChibiOS-9a396f63b2afb607cf331a90fa2f0fde7abb5a79.tar.gz ChibiOS-9a396f63b2afb607cf331a90fa2f0fde7abb5a79.tar.bz2 ChibiOS-9a396f63b2afb607cf331a90fa2f0fde7abb5a79.zip |
Fixed typo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10373 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-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. */
|