Finished basic UART feature

This commit is contained in:
2025-09-07 22:20:37 -07:00
parent b2c41e2cb4
commit 368eac7616
2 changed files with 15 additions and 6 deletions

View File

@@ -112,6 +112,7 @@ constexpr uint32_t getAFMask(const AF_Mask mask){
case AF_Mask::AF6: return 0x06;
case AF_Mask::AF7: return 0x07;
}
__builtin_unreachable();
}
#endif //SHMINGO_HAL_SHAL_UART_REG_F072XB_H