[fix] modify calc freq/phase and correct bugs
This commit is contained in:
@@ -18,8 +18,9 @@ void CTRL_channelButtonInit(void)
|
||||
|
||||
channel_buttons[BTN_CH_2].instance = BTN_CH_2;
|
||||
channel_buttons[BTN_CH_2].buttonPressed = CTRL_pushedChanBtnEvent;
|
||||
channel_buttons[BTN_CH_2].gpio_port = DUMMY_GPIO_Port;
|
||||
channel_buttons[BTN_CH_2].gpio_pin = DUMMY_GPIO_Pin;
|
||||
channel_buttons[BTN_CH_2].buttonLongPressed = CTRL_longPushedChanBtnEvent;
|
||||
channel_buttons[BTN_CH_2].gpio_port = BTN_CH2_GPIO_Port;
|
||||
channel_buttons[BTN_CH_2].gpio_pin = BTN_CH2_Pin;
|
||||
channel_buttons[BTN_CH_2].pushed_state = GPIO_PIN_RESET;
|
||||
|
||||
channel_buttons[BTN_CH_3].instance = BTN_CH_3;
|
||||
|
||||
Reference in New Issue
Block a user