Skip to content

Commit 4238216

Browse files
committed
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
1 parent 07575b3 commit 4238216

File tree

1 file changed

+0
-5
lines changed
  • targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH

1 file changed

+0
-5
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/objects.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ struct trng_s {
5555
RNG_HandleTypeDef handle;
5656
};
5757

58-
struct dac_s {
59-
DACName dac;
60-
uint8_t channel;
61-
};
62-
6358
#include "common_objects.h"
6459

6560
#ifdef __cplusplus

0 commit comments

Comments
 (0)