Skip to content

Commit 817c33d

Browse files
authored
Update HALConfig.h
Added declaration for new hal routine to enable Dual Mode in HW
1 parent df32567 commit 817c33d

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
@@ -30,5 +30,6 @@ void hal_dma_enable_dbm(DMA_HandleTypeDef *dma, void *m0 = nullptr, void *m1 = n
3030
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);
33+
int hal_enable_dual_mode();
3334

3435
#endif // __HAL_CONFIG_H__

0 commit comments

Comments
 (0)