mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-14 07:55:28 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
2c0b3649fb
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ static const DACConversionGroup dac_conv_grp_ch2 = {.num_channels = 1U, .trigger
|
||||||
void channel_1_start(void) {
|
void channel_1_start(void) {
|
||||||
gptStart(&GPTD6, &gpt6cfg1);
|
gptStart(&GPTD6, &gpt6cfg1);
|
||||||
gptStartContinuous(&GPTD6, 2U);
|
gptStartContinuous(&GPTD6, 2U);
|
||||||
palSetPadMode(GPIOA, 5, PAL_MODE_INPUT_ANALOG);
|
palSetPadMode(GPIOA, 4, PAL_MODE_INPUT_ANALOG);
|
||||||
}
|
}
|
||||||
|
|
||||||
void channel_1_stop(void) {
|
void channel_1_stop(void) {
|
||||||
|
|
Loading…
Reference in a new issue