Merge branch 'fix/gpio_board_dev' into 'develop'

error correction in board definition file



See merge request !12
This commit is contained in:
tkl 2016-08-11 06:52:02 +00:00
commit 94b4ddb9c8

View File

@ -351,7 +351,7 @@ const struct driver gpio_c2 = {
// GPIO_C3 // GPIO_C3
static const GPIO_InitTypeDef port_cfg_C3 = { static const GPIO_InitTypeDef port_cfg_C3 = {
GPIO_Pin_1, GPIO_Pin_3,
GPIO_Mode_OUT, GPIO_Mode_OUT,
GPIO_Speed_100MHz, GPIO_Speed_100MHz,
GPIO_OType_PP, GPIO_OType_PP,