From c3d1d75f50ecfe9ae36f58de67d2baf57be1be39 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 11 May 2016 11:22:46 +0000 Subject: Added smart polling and preparation for erase suspend. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9463 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ex/Micron/n25q128.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/ex/Micron/n25q128.h') diff --git a/os/ex/Micron/n25q128.h b/os/ex/Micron/n25q128.h index 683d66bb0..c6bff3797 100644 --- a/os/ex/Micron/n25q128.h +++ b/os/ex/Micron/n25q128.h @@ -71,7 +71,7 @@ * @name Status register bits * @{ */ -#define N25Q128_STS_BUSY 0x80U +#define N25Q128_STS_PROGRAM_ERASE 0x80U #define N25Q128_STS_ERASE_SUSPEND 0x40U #define N25Q128_STS_ERASE_ERROR 0x20U #define N25Q128_STS_PROGRAM_ERROR 0x10U -- cgit v1.2.3