Skip to content

Commit 26e19e1

Browse files
MuChengerCopilot
andauthored
Update bsp/gd32/risc-v/libraries/gd32_drivers/drv_gpio.c
Co-authored-by: Copilot <[email protected]>
1 parent 77ff90b commit 26e19e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/gd32/risc-v/libraries/gd32_drivers/drv_gpio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ static void gd32_pin_mode(rt_device_t dev, rt_base_t pin, rt_uint8_t mode)
269269
gpio_output_options_set(index->gpio_periph, pin_otype, pin_speed, index->pin);
270270
#else
271271
#error "not support soc"
272-
#endif /* SOC_GD32VW553H */
272+
#endif /* SOC_SERIES_GD32VW55x */
273273

274274

275275
}

0 commit comments

Comments
 (0)