Fix a build issue with replacing init_spi_flash() in the host tests

This commit is contained in:
Anton Maklakov
2019-08-01 11:23:41 +07:00
parent 12403e39b4
commit ec94ee80f7
11 changed files with 8 additions and 43 deletions

View File

@@ -2,7 +2,3 @@
#include "projdefs.h"
#include "semphr.h"
// Avoid redefinition compile error. Put here since this is included
// in flash_ops.c.
#define spi_flash_init() overriden_spi_flash_init()