Skip to content

Commit 379787a

Browse files
authored
Merge pull request #11626 from jeromecoutant/PR_DISCO_L4R_STMOD
DISCO_L4R9I: update default STMOD+ pin
2 parents c094ad8 + fc5b91a commit 379787a

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L4R9xI/TARGET_DISCO_L4R9I

1 file changed

+2
-2
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L4R9xI/TARGET_DISCO_L4R9I/PinNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ typedef enum {
362362

363363
/**** STMOD+ pins ****/
364364
STMOD_1 = PA_6,
365-
STMOD_2 = PB_15,
366-
STMOD_3 = PB_14,
365+
STMOD_2 = PB_10,
366+
STMOD_3 = PB_11,
367367
STMOD_4 = PB_13,
368368
// STMOD_5 is connected to GND
369369
// STMOD_6 is connected to +5V

0 commit comments

Comments
 (0)