summaryrefslogtreecommitdiffstats
path: root/setup.c
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2017-05-18 19:21:29 +0100
committerTomasz Kramkowski <tk@the-tk.com>2017-05-18 19:25:28 +0100
commitd091b5a0950ea94f66d20eba33e5e96b7b9d5e83 (patch)
tree6a93df3cc4a3da71b4390627c88c5623e1ae6978 /setup.c
parent760b5e7312c5aa62c25ada39b896f59c107a6044 (diff)
downloadfmk-d091b5a0950ea94f66d20eba33e5e96b7b9d5e83.tar.gz
fmk-d091b5a0950ea94f66d20eba33e5e96b7b9d5e83.tar.xz
fmk-d091b5a0950ea94f66d20eba33e5e96b7b9d5e83.zip
setup.c: IS_BIT_SET -> GET_BIT
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.c b/setup.c
index fcbce82..1e002f1 100644
--- a/setup.c
+++ b/setup.c
@@ -65,7 +65,7 @@ void setup(void)
| OUTDIV4_VAL << CLKDIV1_OUTDIV4;
/* Clear latched peripherals and I/O */
- if (IS_BIT_SET(PMC_REGSC, REGSC_ACKISO))
+ if (GET_BIT(PMC_REGSC, REGSC_ACKISO))
SET_BIT(PMC_REGSC, REGSC_ACKISO);
/*