mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 21:29:17 +00:00
[fix][examples/adc/boot/i2s] delete unused flag noun in xxx_register
This commit is contained in:
parent
c932e33c61
commit
3f8f00e4df
13 changed files with 16 additions and 81 deletions
|
@ -43,7 +43,7 @@ int main(void)
|
|||
adc_channel_cfg.num = 1;
|
||||
|
||||
MSG("adc tsen test case \r\n");
|
||||
adc_register(ADC0_INDEX, "adc_tsen", DEVICE_OFLAG_STREAM_RX);
|
||||
adc_register(ADC0_INDEX, "adc_tsen");
|
||||
|
||||
adc_tsen = device_find("adc_tsen");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue