gpio: fix PE4 idx

pull/1/head
Astro 2019-09-01 22:28:46 +02:00
parent bf8c7fda88
commit fad1050556
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ def_gpio!(GPIO_PORTB_AHB, PB4, 4);
pub struct PB5;
def_gpio!(GPIO_PORTB_AHB, PB5, 5);
pub struct PE4;
def_gpio!(GPIO_PORTE_AHB, PE4, 5);
def_gpio!(GPIO_PORTE_AHB, PE4, 4);
pub struct PE5;
def_gpio!(GPIO_PORTE_AHB, PE5, 5);