Rename sd->sigmadelta in HAL

Change is to not be mistaken with SD Card
This commit is contained in:
me-no-dev
2017-01-09 17:57:17 +02:00
parent 5977877dbe
commit 8e948096d4
4 changed files with 17 additions and 17 deletions

View File

@ -56,7 +56,7 @@ void vPortYield( void );
#include "esp32-hal-spi.h"
#include "esp32-hal-i2c.h"
#include "esp32-hal-ledc.h"
#include "esp32-hal-sd.h"
#include "esp32-hal-sigmadelta.h"
#include "esp32-hal-timer.h"
#include "esp_system.h"