X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_dataflash.c;h=bbc1b469b8c712136172a5918173930c8d63463b;hb=3c39d4d894849ce0115c6e1efe14b003aa2e91e1;hp=1832f6ec8c6188c9035670fccedbea2a7c5d488a;hpb=cf51e69be8030631cc4b10b7760a853edc812f74;p=bertos.git diff --git a/bertos/hw/hw_dataflash.c b/bertos/hw/hw_dataflash.c index 1832f6ec..bbc1b469 100644 --- a/bertos/hw/hw_dataflash.c +++ b/bertos/hw/hw_dataflash.c @@ -1,6 +1,31 @@ /** * \file * @@ -17,8 +42,7 @@ #include #include -#include - +#warning TODO:This is an example implementation, you must implement it! MOD_DEFINE(hw_dataflash); @@ -32,6 +56,7 @@ MOD_DEFINE(hw_dataflash); */ void dataflash_hw_init(void) { + //Disable CS line (remove if not needed) dataflash_hw_setCS(false);