diff options
author | edolomb <none@example.com> | 2018-01-10 16:47:38 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-01-10 16:47:38 +0000 |
commit | fccdd1914ada3e10ee8ea99150f0ba5099c06dfb (patch) | |
tree | fbd94a4a7489faa02117cfa45e63fb87bc321878 /os/hal/ports/SAMA | |
parent | 826d56ec12cb1c5ed6ca19d79f719a0db3d6692a (diff) | |
download | ChibiOS-fccdd1914ada3e10ee8ea99150f0ba5099c06dfb.tar.gz ChibiOS-fccdd1914ada3e10ee8ea99150f0ba5099c06dfb.tar.bz2 ChibiOS-fccdd1914ada3e10ee8ea99150f0ba5099c06dfb.zip |
Included sama_secumod.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11251 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/SAMA')
-rw-r--r-- | os/hal/ports/SAMA/SAMA5D2x/hal_lld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/SAMA/SAMA5D2x/hal_lld.h b/os/hal/ports/SAMA/SAMA5D2x/hal_lld.h index 3f388cbab..d80ee7d11 100644 --- a/os/hal/ports/SAMA/SAMA5D2x/hal_lld.h +++ b/os/hal/ports/SAMA/SAMA5D2x/hal_lld.h @@ -497,6 +497,7 @@ #include "sama_xdmac.h"
#include "sama_cache.h"
#include "hal_tc_lld.h"
+#include "sama_secumod.h"
#ifdef __cplusplus
extern "C" {
|