Closed bessman closed 2 months ago
This pull request fixes an issue where the UART2 pins were not matching their labels. The changes involve swapping the pin assignments for UART2_RX and UART2_TX in both the pin manager header and source files.
Files | Changes |
---|---|
src/registers/system/pin_manager.h |
Swapped UART2_RX and UART2_TX pin definitions in the pin manager header |
src/registers/system/pin_manager.c |
Updated UART2 pin mappings in the PIN_MANAGER_Initialize function |
Fix #177
Summary by Sourcery
Fix UART2 pin assignments to ensure they match the correct labels, addressing the mismatch issue in the pin manager configuration.
Bug Fixes: