Merge pull request #9422 from u-blox/i_gnss

PB_1 is not connected to D4 in R412M above
pull/9421/head
Martin Kojtal 2019-01-21 13:36:49 +01:00 committed by GitHub
commit 344a3017af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -118,7 +118,11 @@ typedef enum {
D1 = PD_8, // UART3-TX
D2 = PD_11, // UART3-CTS
D3 = PB_14, // UART3-RTS
#if defined(TARGET_UBLOX_C030_N211) || defined(TARGET_UBLOX_C030_R410M) || defined(TARGET_UBLOX_C030_U201)
D4 = PB_1,
#else
D4 = PC_8,
#endif
D5 = PA_5,
D6 = PB_8, // UART3-CTS
D7 = PB_15, // UART3-RTS