mirror of
https://github.com/apache/nuttx.git
synced 2026-08-25 15:37:23 +00:00
stm32_dac.c edited online with Bitbucket
This commit is contained in:
parent
04743f3e77
commit
ccd421b158
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ struct stm32_chan_s
|
|||
DMA_HANDLE dma; /* Allocated DMA channel */
|
||||
uint32_t tbase; /* Timer base address */
|
||||
uint32_t tfrequency; /* Timer frequency */
|
||||
uint16_t dmabuffer[CONFIG_STM32L4_DAC_DMA_BUFFER_SIZE]; /* DMA transfer buffer */
|
||||
uint16_t dmabuffer[CONFIG_STM32_DAC_DMA_BUFFER_SIZE]; /* DMA transfer buffer */
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue