mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
ata: fix a typo in a definition that's thankfully not used.
Change-Id: I6f2d4d05249dc01b48caa1507ee0e71496c67ba6
This commit is contained in:
parent
00440f2137
commit
ce5fe4d108
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
#define CMD_WRITE_MULTIPLE_EXT 0x39
|
#define CMD_WRITE_MULTIPLE_EXT 0x39
|
||||||
#define CMD_SET_MULTIPLE_MODE 0xC6
|
#define CMD_SET_MULTIPLE_MODE 0xC6
|
||||||
#ifdef HAVE_ATA_SMART
|
#ifdef HAVE_ATA_SMART
|
||||||
#define CMD_SMART
|
#define CMD_SMART 0xB0
|
||||||
#endif
|
#endif
|
||||||
#define CMD_STANDBY_IMMEDIATE 0xE0
|
#define CMD_STANDBY_IMMEDIATE 0xE0
|
||||||
#define CMD_STANDBY 0xE2
|
#define CMD_STANDBY 0xE2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue