summaryrefslogtreecommitdiff
path: root/drivers/flash/flash_spi.c
diff options
context:
space:
mode:
authorleah-splitkb <103112489+leah-splitkb@users.noreply.github.com>2022-04-14 05:27:26 +0200
committerGitHub <noreply@github.com>2022-04-14 13:27:26 +1000
commit18e56902c996854fdb3b68a26f07c0751883701d (patch)
tree43380dec0575ab042d58cf4d13571e7fcc88325f /drivers/flash/flash_spi.c
parent46c0db458ee70d5c37add7642a175cc96163713c (diff)
Fix external flash on AVR (#16851)
Diffstat (limited to 'drivers/flash/flash_spi.c')
-rw-r--r--drivers/flash/flash_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/flash/flash_spi.c b/drivers/flash/flash_spi.c
index f4cbf65159..684ee06d71 100644
--- a/drivers/flash/flash_spi.c
+++ b/drivers/flash/flash_spi.c
@@ -57,7 +57,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Mode setting comands */
#define FLASH_CMD_DP 0xB9 /* DP (Deep Power Down) */
-#define FLASH_CMD_RDP 0xAB /* RDP (Release form Deep Power Down) */
+#define FLASH_CMD_RDP 0xAB /* RDP (Release from Deep Power Down) */
/* Status register */
#define FLASH_FLAG_WIP 0x01 /* Write in progress bit */