Skip to content

Commit d01db9f

Browse files
authored
Update HALConfig.h
Forgot disable method for Dual Mode
1 parent 17e670f commit d01db9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/HALConfig.h

+1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ void hal_dma_update_memory(DMA_HandleTypeDef *dma, void *addr);
3131
int hal_dac_config(DAC_HandleTypeDef *dac, uint32_t channel, uint32_t trigger);
3232
int hal_adc_config(ADC_HandleTypeDef *adc, uint32_t resolution, uint32_t trigger, PinName *adc_pins, uint32_t n_channels);
3333
int hal_enable_dual_mode();
34+
int hal_disable_dual_mode();
3435

3536
#endif // __HAL_CONFIG_H__

0 commit comments

Comments
 (0)