minor changes

This commit is contained in:
Gunar Schorcht 2018-01-06 15:40:02 +01:00
parent cadc26de25
commit 676587df4b
3 changed files with 71 additions and 47 deletions

View file

@ -66,12 +66,6 @@
#include "esp/spi.h"
#include "i2c/i2c.h"
// platform specific definitions
#define spi_semaphore_init(d)
#define spi_semaphore_take(d)
#define spi_semaphore_give(d)
// platform specific SPI functions
#define spi_bus_init(bus,sck,miso,mosi) // not needed on ESP8266