mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
fix typos in code comments in common folder
This commit is contained in:
parent
8ca4fdc586
commit
73c87c0593
17 changed files with 20 additions and 20 deletions
|
@ -203,7 +203,7 @@ typedef struct sdcardCSD_t {
|
|||
|
||||
#define SDCARD_BLOCK_SIZE 512
|
||||
|
||||
// Idle bit is set to 1 only when idle during intialization phase:
|
||||
// Idle bit is set to 1 only when idle during initialization phase:
|
||||
#define SDCARD_R1_STATUS_BIT_IDLE 1
|
||||
#define SDCARD_R1_STATUS_BIT_ERASE_RESET 2
|
||||
#define SDCARD_R1_STATUS_BIT_ILLEGAL_COMMAND 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue