Skip to content

Commit

Permalink
Removing redundant defines (see leaflabs#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Grégoire Passault <g.passault@gmail.com>
  • Loading branch information
Gregwar committed Feb 21, 2014
1 parent 41f920a commit c49c42e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libmaple/stm32f1/include/series/stm32.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,8 @@ extern "C" {

#elif defined(MCU_STM32F103C8)
# define STM32_NR_GPIO_PORTS 4
# define STM32_DELAY_US_MULT 12
# define STM32_SRAM_END ((void*)0x20005000)
# define NR_GPIO_PORTS STM32_NR_GPIO_PORTS
# define DELAY_US_MULT STM32_DELAY_US_MULT
# define STM32_F1_LINE STM32_F1_LINE_PERFORMANCE
# define STM32_MEDIUM_DENSITY

Expand Down

0 comments on commit c49c42e

Please sign in to comment.