Skip to content

Commit e6bb66e

Browse files
committed
Merge branch 'GD32VW55x' of https://github.com/MuChenger/rt-thread into GD32VW55x
2 parents 6d2bafb + 26e19e1 commit e6bb66e

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)