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:
parent
94ae4371eb
commit
fde5d3f516
|
@ -187,7 +187,7 @@
|
||||||
* Zone. It must be @p TRUE whenever the code is compiled for the
|
* Zone. It must be @p TRUE whenever the code is compiled for the
|
||||||
* secure side.
|
* secure side.
|
||||||
*/
|
*/
|
||||||
#if !defined(SAMA_NO_INIT) || defined(__DOXYGEN__)
|
#if !defined(SAMA_HAL_IS_SECURE) || defined(__DOXYGEN__)
|
||||||
#define SAMA_HAL_IS_SECURE TRUE
|
#define SAMA_HAL_IS_SECURE TRUE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue