spelling: integrity

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:52:33 -05:00
parent ee41f88dad
commit 1ecb14eb8a

View file

@ -129,7 +129,7 @@ status_t flash_impl_unprotect(void) {
static void prv_set_high_drive_strength(void) {
// Match the impedance of the traces (~50 ohms) by configuring the drive strength of the data
// output pins on the MT25Q to the 45 ohm setting This avoids signal integreity issues. This is
// output pins on the MT25Q to the 45 ohm setting This avoids signal integrity issues. This is
// done by setting bits 2:0 in the "Enhanced Volatile Configuration Register" to 101b.
const uint8_t read_instruction = 0x65;
const uint8_t write_instruction = 0x61;