Skip to content

Commit c9729bc

Browse files
felseradbridge
authored andcommitted
Remove commented out code
1 parent 686d3e6 commit c9729bc

File tree

1 file changed

+0
-17
lines changed
  • targets/TARGET_STM/TARGET_STM32L4/TARGET_MTS_DRAGONFLY_L471QG

1 file changed

+0
-17
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_MTS_DRAGONFLY_L471QG/objects.h

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,6 @@ struct port_s {
5454
__IO uint32_t *reg_out;
5555
};
5656

57-
//struct analogin_s {
58-
// ADCName adc;
59-
// PinName pin;
60-
// uint32_t channel;
61-
//};
62-
//
63-
//struct dac_s {
64-
// DACName dac;
65-
// PinName pin;
66-
// uint32_t channel;
67-
//};
68-
//
69-
//struct can_s {
70-
// CANName can;
71-
// int index;
72-
//};
73-
7457
struct trng_s {
7558
RNG_HandleTypeDef handle;
7659
};

0 commit comments

Comments
 (0)