Skip to content

Commit 73b2ac6

Browse files
authored
Update HALConfig.h
Added enable_dual_mode and disable_dual_mode declarations
1 parent 7550c29 commit 73b2ac6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/HALConfig.h

+2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ 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_i2s_config(I2S_HandleTypeDef *i2s, uint32_t sample_rate, uint32_t mode, bool mck_enable);
34+
int hal_enable_dual_mode();
35+
int hal_disable_dual_mode();
3436

3537
#endif // __HAL_CONFIG_H__

0 commit comments

Comments
 (0)