mirror of https://github.com/ARMmbed/mbed-os.git
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.hpull/4529/head
parent
07575b33f0
commit
4238216ad8
|
@ -55,11 +55,6 @@ struct trng_s {
|
|||
RNG_HandleTypeDef handle;
|
||||
};
|
||||
|
||||
struct dac_s {
|
||||
DACName dac;
|
||||
uint8_t channel;
|
||||
};
|
||||
|
||||
#include "common_objects.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in New Issue