STM32: STM32L475xG dac_s common definition

Fixing conflict as STM32L475xG target has been merged after the first
version of moving dac_s structure definition to common_ojects.h.
pull/4529/head
Laurent MEUNIER 2017-06-22 10:39:32 +02:00
parent 024b3da5f1
commit 07575b33f0
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;