summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_waste.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_waste.h')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_waste.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_waste.h b/nuttx/arch/arm/src/stm32/stm32_waste.h
index 11703d5a6..fa734f432 100644
--- a/nuttx/arch/arm/src/stm32/stm32_waste.h
+++ b/nuttx/arch/arm/src/stm32/stm32_waste.h
@@ -36,13 +36,7 @@
#ifndef __ARCH_ARM_SRC_STM32_STM32_WASTE_H
#define __ARCH_ARM_SRC_STM32_STM32_WASTE_H
-/** \file
- * \author Uros Platise
- * \brief Waste CPU Time
- *
- * \addtogroup STM32_WASTE
- * \{
- */
+/* Waste CPU Time */
/****************************************************************************
* Pre-processor Definitions
@@ -58,7 +52,6 @@ extern "C" {
#define EXTERN extern
#endif
-
/****************************************************************************
* Public Functions
****************************************************************************/
@@ -76,10 +69,10 @@ extern "C" {
EXTERN void up_waste(void);
-
#undef EXTERN
#if defined(__cplusplus)
}
#endif
+
#endif /* __ASSEMBLY__ */
#endif /* __ARCH_ARM_SRC_STM32_STM32_RRC_H */