aboutsummaryrefslogtreecommitdiff
path: root/include/libopenstm32
diff options
context:
space:
mode:
authorUwe Hermann2010-02-24 00:34:18 +0100
committerUwe Hermann2010-02-24 00:34:18 +0100
commitc441007867c8e6787e20c539333b0f42a345a99d (patch)
tree7aa5d065906cfbfbfccc2647b1efea30658bc759 /include/libopenstm32
parent7e1b849feb16fc38969f18e6093593af0e4faf3a (diff)
Drop useless endif markers.
Diffstat (limited to 'include/libopenstm32')
-rw-r--r--include/libopenstm32/nvic.h2
-rw-r--r--include/libopenstm32/rtc.h2
-rw-r--r--include/libopenstm32/timer.h2
-rw-r--r--include/libopenstm32/tools.h2
-rw-r--r--include/libopenstm32/usart.h2
-rw-r--r--include/libopenstm32/usb.h2
-rw-r--r--include/libopenstm32/usb_desc.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/include/libopenstm32/nvic.h b/include/libopenstm32/nvic.h
index e814e69..0a740a0 100644
--- a/include/libopenstm32/nvic.h
+++ b/include/libopenstm32/nvic.h
@@ -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
diff --git a/include/libopenstm32/rtc.h b/include/libopenstm32/rtc.h
index 076c8a2..fbe738b 100644
--- a/include/libopenstm32/rtc.h
+++ b/include/libopenstm32/rtc.h
@@ -121,4 +121,4 @@
/* TODO */
-#endif /* LIBOPENSTM32_RTC_H */
+#endif
diff --git a/include/libopenstm32/timer.h b/include/libopenstm32/timer.h
index 8434d3d..20392e3 100644
--- a/include/libopenstm32/timer.h
+++ b/include/libopenstm32/timer.h
@@ -802,4 +802,4 @@
/* DMAB[15:0]: DMA register for burst accesses */
-#endif /* LIBOPENSTM32_TIMER_H */
+#endif
diff --git a/include/libopenstm32/tools.h b/include/libopenstm32/tools.h
index 91c16b5..246477a 100644
--- a/include/libopenstm32/tools.h
+++ b/include/libopenstm32/tools.h
@@ -55,4 +55,4 @@
SET_REG(REG, toggle_mask); \
}
-#endif /* LIBOPENSTM32_TOOLS_H */
+#endif
diff --git a/include/libopenstm32/usart.h b/include/libopenstm32/usart.h
index 74fb515..f3a9878 100644
--- a/include/libopenstm32/usart.h
+++ b/include/libopenstm32/usart.h
@@ -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
diff --git a/include/libopenstm32/usb.h b/include/libopenstm32/usb.h
index 660833e..342b9a6 100644
--- a/include/libopenstm32/usb.h
+++ b/include/libopenstm32/usb.h
@@ -293,4 +293,4 @@
(USB_PMA_BASE + \
(u8 *)(USB_GET_EP_RX_ADDR(EP) * 2))
-#endif /* LIBOPENSTM32_USB_H */
+#endif
diff --git a/include/libopenstm32/usb_desc.h b/include/libopenstm32/usb_desc.h
index 8b476e8..c560808 100644
--- a/include/libopenstm32/usb_desc.h
+++ b/include/libopenstm32/usb_desc.h
@@ -97,4 +97,4 @@ struct usb_string_desc {
u16 string[]; /* String UTF16 encoded */
};
-#endif /* LIBOPENSTM32_USB_DESC */
+#endif