Drop useless endif markers.

This commit is contained in:
Uwe Hermann 2010-02-24 00:34:18 +01:00
parent 7e1b849feb
commit c441007867
7 changed files with 7 additions and 7 deletions

View File

@ -113,4 +113,4 @@ void nvic_set_pending_irq(s32 irqn);
void nvic_clear_pending_irq(s32 irqn); void nvic_clear_pending_irq(s32 irqn);
s32 nvic_get_active(s32 irqn); s32 nvic_get_active(s32 irqn);
#endif /* LIBOPENSTM32_NVIC_H */ #endif

View File

@ -121,4 +121,4 @@
/* TODO */ /* TODO */
#endif /* LIBOPENSTM32_RTC_H */ #endif

View File

@ -802,4 +802,4 @@
/* DMAB[15:0]: DMA register for burst accesses */ /* DMAB[15:0]: DMA register for burst accesses */
#endif /* LIBOPENSTM32_TIMER_H */ #endif

View File

@ -55,4 +55,4 @@
SET_REG(REG, toggle_mask); \ SET_REG(REG, toggle_mask); \
} }
#endif /* LIBOPENSTM32_TOOLS_H */ #endif

View File

@ -292,4 +292,4 @@ void usart_disable(u32 usart);
void usart_send(u32 usart, u16 data); void usart_send(u32 usart, u16 data);
u16 usart_recv(u32 usart); u16 usart_recv(u32 usart);
#endif /* LIBOPENSTM32_USART_H */ #endif

View File

@ -293,4 +293,4 @@
(USB_PMA_BASE + \ (USB_PMA_BASE + \
(u8 *)(USB_GET_EP_RX_ADDR(EP) * 2)) (u8 *)(USB_GET_EP_RX_ADDR(EP) * 2))
#endif /* LIBOPENSTM32_USB_H */ #endif

View File

@ -97,4 +97,4 @@ struct usb_string_desc {
u16 string[]; /* String UTF16 encoded */ u16 string[]; /* String UTF16 encoded */
}; };
#endif /* LIBOPENSTM32_USB_DESC */ #endif