mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-02-05 18:01:21 +08:00
fix header
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
void setup(void);
|
||||
void setup_res(void);
|
||||
|
||||
volatile uint32_t ADC_DMA_Buffer0[ADC_TR_COUNT * PID_WAVES * (ADC_OVER_FB0 + ADC_OVER_FB1)];
|
||||
volatile uint32_t ADC_DMA_Buffer1[ADC_TR_COUNT * PID_WAVES * (ADC_OVER_FB0 + ADC_OVER_FB1)];
|
||||
volatile uint32_t ADC_DMA_Buffer0[ADC_SAMPLES_IN_RT]; //240
|
||||
volatile uint32_t ADC_DMA_Buffer1[ADC_SAMPLES_IN_RT];
|
||||
|
||||
RCC_ClocksTypeDef RCC_Clocks;
|
||||
|
||||
Reference in New Issue
Block a user