Skip to content

Commit

Permalink
small fixes after previous merge
Browse files Browse the repository at this point in the history
  • Loading branch information
stevstrong committed Feb 28, 2024
1 parent caee306 commit 04fd971
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions STM32F1/cores/maple/libmaple/series/rcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ typedef enum rcc_clk_id {
RCC_TIMER12,
RCC_TIMER13,
RCC_TIMER14,
RCC_CAN,
} rcc_clk_id;

/**
Expand Down
1 change: 0 additions & 1 deletion STM32F1/variants/generic_stm32f103c/board/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
#define BOARD_SPI2_MISO_PIN PB14
#define BOARD_SPI2_SCK_PIN PB13

#define BOARD_NR_GPIO_PINS 35
#define BOARD_NR_PWM_PINS 16
#define BOARD_NR_ADC_PINS 9
#define BOARD_NR_USED_PINS 4
Expand Down
2 changes: 0 additions & 2 deletions STM32F1/variants/generic_stm32f103c/wirish/boards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,3 @@ void timer_default_config(timer_dev *dev)
timer_generate_update(dev);
timer_resume(dev);
}

#endif

0 comments on commit 04fd971

Please sign in to comment.