STM32: STM32F413xH dac_s common definition

Fixing conflict as STM32F413xH 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-27 09:30:45 +02:00
parent 07575b33f0
commit 4238216ad8
1 changed files with 0 additions and 5 deletions

View File

@ -55,11 +55,6 @@ struct trng_s {
RNG_HandleTypeDef handle;
};
struct dac_s {
DACName dac;
uint8_t channel;
};
#include "common_objects.h"
#ifdef __cplusplus