diff options
author | isiora <none@example.com> | 2018-01-18 09:44:05 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2018-01-18 09:44:05 +0000 |
commit | 68bcf13655b768d3a8e97aab21afef0a1e707382 (patch) | |
tree | f964a454af53348b3404d9789eabccd5d4bb4f67 /os/hal/ports/SAMA | |
parent | 560f7f9103c6353da9f3bf538991822606aba013 (diff) | |
download | ChibiOS-68bcf13655b768d3a8e97aab21afef0a1e707382.tar.gz ChibiOS-68bcf13655b768d3a8e97aab21afef0a1e707382.tar.bz2 ChibiOS-68bcf13655b768d3a8e97aab21afef0a1e707382.zip |
Minor changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11321 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/SAMA')
-rw-r--r-- | os/hal/ports/SAMA/SAMA5D2x/sama_matrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/SAMA/SAMA5D2x/sama_matrix.h b/os/hal/ports/SAMA/SAMA5D2x/sama_matrix.h index 11d6e8e85..b899d413b 100644 --- a/os/hal/ports/SAMA/SAMA5D2x/sama_matrix.h +++ b/os/hal/ports/SAMA/SAMA5D2x/sama_matrix.h @@ -38,7 +38,7 @@ #define LOWER_AREA_SECURABLE 0x0u /** - * @brief The low area of region is the non-securable one. + * @brief The upper area of region is the non-securable one. */ #define UPPER_AREA_SECURABLE 0x1u |