diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2013-11-27 12:45:20 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2013-11-27 12:45:20 +0900 |
commit | f344d926c1afafb9368a19e45db40fc312928a3c (patch) | |
tree | 3d04847efd85ae454af9c9bd69bc71edde02ef80 /entry.c | |
parent | 2327cd9013d6594def9486d890146e2c208cf5fa (diff) |
STBee Mini support
Diffstat (limited to 'entry.c')
-rw-r--r-- | entry.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -189,6 +189,7 @@ struct AFIO static struct AFIO *const AFIO = (struct AFIO *const)AFIO_BASE; #define AFIO_MAPR_TIM3_REMAP_PARTIALREMAP 0x00000800 +#define AFIO_MAPR_SWJ_CFG_DISABLE 0x04000000 struct GPIO { |