hmathieu31 / JammerBox-System

PIR Project
GNU General Public License v3.0
1 stars 0 forks source link

Replace all `PB10` usages with `PB14` #110

Closed emmanuel-pastor closed 2 years ago

emmanuel-pastor commented 2 years ago

The USART RX is in alternate output on pin 10 which means it will trigger EXTI10 interrupts. To fix this issue, we need to replace the usage of PB10 with PB14 in every file. Don't forget to change EXTI_Line10 occurences to EXTI_Line14.

emmanuel-pastor commented 2 years ago

111