X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fdrv%2Fdataflash.c;h=68047d5b5cac4e1743ea14df89140aadf84dd666;hb=e6339d49f97766bd1825d6f07ec44ec864d5ebfe;hp=554d15b88baec39cc6039993b5e0a055ad85d935;hpb=76212275e24e8de64e16e5d8158c60cd3150ab32;p=bertos.git diff --git a/bertos/drv/dataflash.c b/bertos/drv/dataflash.c index 554d15b8..68047d5b 100644 --- a/bertos/drv/dataflash.c +++ b/bertos/drv/dataflash.c @@ -27,11 +27,9 @@ * the GNU General Public License. * * Copyright 2007 Develer S.r.l. (http://www.develer.com/) - * * --> * - * \brief Function library for dataflash AT45DB family (implementation). - * + * \brief Function library for dataflash AT45DB family (implementation). * * \version $Id: dataflash.c 21658 2008-06-05 16:42:54Z asterix $ * \author Daniele Basile @@ -46,17 +44,15 @@ #include // Define logging setting (for cfg/log.h module). -#define LOG_LEVEL DATAFLASH_LOG_LEVEL -#define LOG_VERBOSITY DATAFLASH_LOG_VERBOSITY +#define LOG_LEVEL DATAFLASH_LOG_LEVEL +#define LOG_FORMAT DATAFLASH_LOG_FORMAT #include #include #include -#if CONFIG_KERNEL -#include -#endif +#include /* cpu_relax() */ #include @@ -213,11 +209,7 @@ static uint8_t dataflash_cmd(DataFlash *fd, dataflash_page_t page_addr, dataflas * is high. */ while (!(dataflash_stat(fd) & BUSY_BIT)) - { - #if CONFIG_KERNEL - proc_switch(); - #endif - } + cpu_relax(); stat = dataflash_stat(fd);