Merge pull request #3154 from jflyper/bfdev-nucleof7-add-portg

[NUCLEOF7] Add TARGET_IO_PORTG
This commit is contained in:
Martin Budden 2017-05-26 09:18:41 +01:00 committed by GitHub
commit 08638f1245
1 changed files with 1 additions and 0 deletions

View File

@ -151,5 +151,6 @@
#define TARGET_IO_PORTD 0xffff
#define TARGET_IO_PORTE 0xffff
#define TARGET_IO_PORTF 0xffff
#define TARGET_IO_PORTG 0xffff
#define USED_TIMERS ( TIM_N(2) | TIM_N(3) | TIM_N(4) | TIM_N(5) | TIM_N(12) | TIM_N(8) | TIM_N(9) | TIM_N(10) | TIM_N(11))