spelling: timeouts

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:49:53 -05:00
parent 4ba1278010
commit 994d10f5df

View file

@ -22,7 +22,7 @@
//! Memory mapped region for the QSPI controller
#define QSPI_MMAP_BASE_ADDRESS ((uintptr_t) 0x90000000)
//! Timouts for qspi_poll_bit
//! Timeouts for qspi_poll_bit
#define QSPI_NO_TIMEOUT (0)
typedef const struct QSPIPort QSPIPort;