spelling: arguments

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:33:48 -05:00
parent b0efa9eb1a
commit 7bd5bbfeb1
2 changed files with 10 additions and 10 deletions

View file

@ -45,10 +45,10 @@ typedef enum S29VSCommand {
} S29VSCommand;
//! Arguments to the S29VSCommand_EraseSetup command
typedef enum S29VSCommandEraseAguments {
S29VSCommandEraseAguments_ChipErase = 0x10,
S29VSCommandEraseAguments_SectorErase = 0x30
} S29VSCommandEraseAguments;
typedef enum S29VSCommandEraseArguments {
S29VSCommandEraseArguments_ChipErase = 0x10,
S29VSCommandEraseArguments_SectorErase = 0x30
} S29VSCommandEraseArguments;
//! The bitset stored in the status register, see flash_s29vs_read_status_register
typedef enum S29VSStatusBit {