mirror of
https://github.com/google/pebble.git
synced 2025-11-12 18:43:18 -05:00
spelling: arguments
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user