add adc and dac drivers for hc32f4a0 in XiZi Kernel

This commit is contained in:
zhaoyun1215
2023-02-14 18:04:49 -08:00
parent 3a5d63762b
commit 1b73886dbc
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ struct InitSequenceDesc _board_init[] =
{"hw adc init", HwAdcInit},
#endif
#ifdef BSP_USING_DAC
{"hw adc init", HwDacInit},
{"hw dac init", HwDacInit},
#endif
#ifdef BSP_USING_USB
{ "usb", HwUsbHostInit },