summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
/*