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);
s32 nvic_get_active(s32 irqn);
#endif /* LIBOPENSTM32_NVIC_H */
#endif