fix consistancy (#ifdef, #if defined(), #if)

This commit is contained in:
Markus Fröschle
2015-11-19 19:00:44 +00:00
parent af3bd32d41
commit 46c940ea2e
2 changed files with 13 additions and 13 deletions

View File

@@ -317,7 +317,7 @@ void init_isr(void)
dbg("unable to register isr for DMA\r\n");
}
#ifdef MACHINE_FIREBEE
#if defined(MACHINE_FIREBEE)
/*
* register GPT0 timer interrupt vector
*/
@@ -397,7 +397,7 @@ void BaS(void)
NOP(); /* force pipeline sync */
xprintf("finished\r\n");
#ifdef MACHINE_FIREBEE
#if defined(MACHINE_FIREBEE)
xprintf("IDE reset: ");
/* IDE reset */
* (volatile uint8_t *) (0xffff8802 - 2) = 14;