diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-06-29 16:51:10 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-06-29 16:51:16 +0900 |
commit | 663cbabe7c2de647d7e8335f18474b108676cbb0 (patch) | |
tree | e21968781c79c1204cf6ef24ce1099aed87deff7 | |
parent | 41ac81a66bc48ff4d34bc5013630f90d4fa561f5 (diff) |
Fix MKL27Z TPM registers
-rw-r--r-- | example-fs-bb48/touch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example-fs-bb48/touch.c b/example-fs-bb48/touch.c index 895c6bd..ec9a0bf 100644 --- a/example-fs-bb48/touch.c +++ b/example-fs-bb48/touch.c @@ -11,7 +11,7 @@ struct TPM { volatile uint32_t C0V; volatile uint32_t C1SC; volatile uint32_t C1V; - uint32_t rsvd0[14]; + uint32_t rsvd0[13]; volatile uint32_t STATUS; uint32_t rsvd1[7]; volatile uint32_t POL; |