From 6bc83dd53c4e786c7eb1325ef08d50c0c0d69c49 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 21 Mar 2017 15:35:12 -0600 Subject: [PATCH] Cosmetic changes from review of last PR. --- configs/clicker2-stm32/include/board.h | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/configs/clicker2-stm32/include/board.h b/configs/clicker2-stm32/include/board.h index 7f6100d5db..4af984b607 100644 --- a/configs/clicker2-stm32/include/board.h +++ b/configs/clicker2-stm32/include/board.h @@ -251,19 +251,6 @@ #define BUTTON_LEFT_BIT (1 << BUTTON_LEFT) #define BUTTON_RIGHT_BIT (1 << BUTTON_RIGHT) - - - - - - - - - - - - - /* Alternate function pin selections ************************************************/ /* CAN */ @@ -397,18 +384,6 @@ extern "C" * Public Function Prototypes ************************************************************************************/ -/************************************************************************************ - * Name: stm32_boardinitialize - * - * Description: - * All STM32 architectures must provide the following entry point. This entry point - * is called early in the initialization -- after all memory has been configured - * and mapped but before any devices have been initialized. - * - ************************************************************************************/ - -void stm32_boardinitialize(void); - #undef EXTERN #if defined(__cplusplus) }