mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-02-06 02:02:34 +08:00
adc stack fix
This commit is contained in:
@@ -70,8 +70,8 @@ static void rt_func(float period, volatile void *ctx_ptr, volatile hal_pin_inst_
|
|||||||
uint32_t sii0;
|
uint32_t sii0;
|
||||||
uint32_t coi0;
|
uint32_t coi0;
|
||||||
//scaled, all groups
|
//scaled, all groups
|
||||||
float sin0all;
|
float sin0all = 0.0;
|
||||||
float cos0all;
|
float cos0all = 0.0;
|
||||||
#ifdef FB1
|
#ifdef FB1
|
||||||
float co1[ADC_GROUPS];
|
float co1[ADC_GROUPS];
|
||||||
float si1[ADC_GROUPS];
|
float si1[ADC_GROUPS];
|
||||||
|
|||||||
Reference in New Issue
Block a user