Merge pull request #6890 from jflyper/bfdev-omnibusf4fw-add-pc13-and-pc14-as-valid-io

OMNIBUSF4FW: Allow PC13 and PC14 for Omnibus F4 V6
This commit is contained in:
Michael Keller 2018-10-09 00:49:28 +13:00 committed by GitHub
commit 81ab2695a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
#define TARGET_IO_PORTA (0xffff & ~(BIT(14)|BIT(13)))
#define TARGET_IO_PORTB (0xffff & ~(BIT(2)))
#define TARGET_IO_PORTC (0xffff & ~(BIT(15)|BIT(14)|BIT(13)))
#define TARGET_IO_PORTC (0xffff & ~(BIT(15)))
#define TARGET_IO_PORTD BIT(2)
#if defined(OMNIBUSF4FW) || defined(OMNIBUSF4FW1)