mirror of https://github.com/ARMmbed/mbed-os.git
Remove commented out code
parent
55bcf93574
commit
3bb8543e5b
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue