mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-05 22:11:04 +08:00
bugfix/compilation_warnings: Fixes minor compilation warnings
Fixes minor compilation warnings in ADC and MQTTFreeRTOS.
This commit is contained in:
@ -25,7 +25,6 @@
|
||||
#define ENTER_CRITICAL() portENTER_CRITICAL()
|
||||
#define EXIT_CRITICAL() portEXIT_CRITICAL()
|
||||
|
||||
static const char *TAG = "adc";
|
||||
|
||||
#define ADC_CHECK(a, str, ret_val) \
|
||||
if (!(a)) { \
|
||||
|
Reference in New Issue
Block a user