Remove commented out code

pull/7304/head
Leon Lindenfelser 2018-09-04 16:37:42 -05:00
parent 55bcf93574
commit 3bb8543e5b
1 changed files with 0 additions and 17 deletions

View File

@ -54,23 +54,6 @@ struct port_s {
__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 {
RNG_HandleTypeDef handle;
};