Remove commented out code

pull/8479/head
Leon Lindenfelser 2018-09-04 16:37:42 -05:00 committed by adbridge
parent 686d3e6af5
commit c9729bc948
1 changed files with 0 additions and 17 deletions

View File

@ -54,23 +54,6 @@ struct port_s {
__IO uint32_t *reg_out; __IO uint32_t *reg_out;
}; };
//struct analogin_s {
// ADCName adc;
// PinName pin;
// uint32_t channel;
//};
//
//struct dac_s {
// DACName dac;
// PinName pin;
// uint32_t channel;
//};
//
//struct can_s {
// CANName can;
// int index;
//};
struct trng_s { struct trng_s {
RNG_HandleTypeDef handle; RNG_HandleTypeDef handle;
}; };