From d091b5a0950ea94f66d20eba33e5e96b7b9d5e83 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 18 May 2017 19:21:29 +0100 Subject: setup.c: IS_BIT_SET -> GET_BIT --- setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.c') 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); /* -- cgit v1.2.3-54-g00ecf