mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-21 14:32:21 +02:00
Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace) * Original commit: espressif/esp-idf@66fb5a29bb
This commit is contained in:
committed by
David Cermak
parent
f1d1d79daf
commit
0fc1fc6b23
@ -6,4 +6,3 @@
|
|||||||
PROJECT_NAME := slip_client
|
PROJECT_NAME := slip_client
|
||||||
|
|
||||||
include $(IDF_PATH)/make/project.mk
|
include $(IDF_PATH)/make/project.mk
|
||||||
|
|
||||||
|
@ -5,4 +5,3 @@ idf_component_register(
|
|||||||
INCLUDE_DIRS "include"
|
INCLUDE_DIRS "include"
|
||||||
REQUIRES esp_netif
|
REQUIRES esp_netif
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -233,4 +233,3 @@ static void esp_slip_modem_uart_rx_task(void *arg)
|
|||||||
vTaskDelay(1 * portTICK_PERIOD_MS);
|
vTaskDelay(1 * portTICK_PERIOD_MS);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
# Override some defaults to enable SLIP
|
# Override some defaults to enable SLIP
|
||||||
CONFIG_LWIP_SLIP_SUPPORT=y
|
CONFIG_LWIP_SLIP_SUPPORT=y
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user