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

@@ -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