Skip to content

Commit 642f453

Browse files
committed
text fixes
1 parent 4490fb1 commit 642f453

File tree

1 file changed

+0
-4
lines changed
  • ports/stm32f4/peripherals/stm32f4

1 file changed

+0
-4
lines changed

ports/stm32f4/peripherals/stm32f4/pins.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ typedef struct {
4242
uint8_t adc_num_input; //(3)mask ()
4343
} mcu_pin_obj_t;
4444

45-
// //uint8_t number; //(3)port,(5)pin
46-
// uint8_t port_number;
47-
// GPIO_TypeDef * port;
48-
4945
#define ADC_1 1
5046
#define ADC_123 7
5147
#define ADC_12 3

0 commit comments

Comments
 (0)