Fixed SAMA_HAL_IS_SECURE define macro

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11014 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
isiora 2017-11-15 17:11:57 +00:00
parent 94ae4371eb
commit fde5d3f516
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@
* Zone. It must be @p TRUE whenever the code is compiled for the
* secure side.
*/
#if !defined(SAMA_NO_INIT) || defined(__DOXYGEN__)
#if !defined(SAMA_HAL_IS_SECURE) || defined(__DOXYGEN__)
#define SAMA_HAL_IS_SECURE TRUE
#endif