Removed AHB setting of GPIOG - GPIOJ for the RT-TM4C123G-LAUNCHPAD demo since this device only has GPIOA - GPIOF.
This commit is contained in:
parent
c6d7c1f7dc
commit
81b87913b4
|
@ -33,9 +33,6 @@
|
|||
#define TIVA_GPIO_GPIOD_USE_AHB TRUE
|
||||
#define TIVA_GPIO_GPIOE_USE_AHB TRUE
|
||||
#define TIVA_GPIO_GPIOF_USE_AHB TRUE
|
||||
#define TIVA_GPIO_GPIOG_USE_AHB FALSE
|
||||
#define TIVA_GPIO_GPIOH_USE_AHB FALSE
|
||||
#define TIVA_GPIO_GPIOJ_USE_AHB FALSE
|
||||
|
||||
/*
|
||||
* GPT driver system settings.
|
||||
|
|
Loading…
Reference in New Issue