STM32L496xG fix objects.h to fit common_objects definition

pull/4650/head
Pierre-Marie Ancele 2017-07-04 16:19:27 +02:00
parent 313a933c09
commit 3b2bc2d10c
1 changed files with 0 additions and 6 deletions

View File

@ -60,12 +60,6 @@ struct analogin_s {
uint32_t channel;
};
struct dac_s {
DACName dac;
PinName pin;
uint32_t channel;
};
struct can_s {
CANName can;
int index;