Drop useless endif markers.
This commit is contained in:
parent
7e1b849feb
commit
c441007867
@ -113,4 +113,4 @@ void nvic_set_pending_irq(s32 irqn);
|
||||
void nvic_clear_pending_irq(s32 irqn);
|
||||
s32 nvic_get_active(s32 irqn);
|
||||
|
||||
#endif /* LIBOPENSTM32_NVIC_H */
|
||||
#endif
|
||||
|
@ -121,4 +121,4 @@
|
||||
|
||||
/* TODO */
|
||||
|
||||
#endif /* LIBOPENSTM32_RTC_H */
|
||||
#endif
|
||||
|
@ -802,4 +802,4 @@
|
||||
|
||||
/* DMAB[15:0]: DMA register for burst accesses */
|
||||
|
||||
#endif /* LIBOPENSTM32_TIMER_H */
|
||||
#endif
|
||||
|
@ -55,4 +55,4 @@
|
||||
SET_REG(REG, toggle_mask); \
|
||||
}
|
||||
|
||||
#endif /* LIBOPENSTM32_TOOLS_H */
|
||||
#endif
|
||||
|
@ -292,4 +292,4 @@ void usart_disable(u32 usart);
|
||||
void usart_send(u32 usart, u16 data);
|
||||
u16 usart_recv(u32 usart);
|
||||
|
||||
#endif /* LIBOPENSTM32_USART_H */
|
||||
#endif
|
||||
|
@ -293,4 +293,4 @@
|
||||
(USB_PMA_BASE + \
|
||||
(u8 *)(USB_GET_EP_RX_ADDR(EP) * 2))
|
||||
|
||||
#endif /* LIBOPENSTM32_USB_H */
|
||||
#endif
|
||||
|
@ -97,4 +97,4 @@ struct usb_string_desc {
|
||||
u16 string[]; /* String UTF16 encoded */
|
||||
};
|
||||
|
||||
#endif /* LIBOPENSTM32_USB_DESC */
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user