mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-15 15:00:02 +01:00
freemodbus: remove component files from esp-idf (backport v4.4)
This commit is contained in:
committed by
Michael (XIAO Xufeng)
parent
56efeb2c76
commit
ea646a9c22
@@ -16,8 +16,12 @@
|
||||
#include "nvs_flash.h"
|
||||
#include "esp_netif.h"
|
||||
#include "mdns.h"
|
||||
#include "protocol_examples_common.h"
|
||||
|
||||
#if __has_include("esp_mac.h")
|
||||
#include "esp_mac.h"
|
||||
#endif
|
||||
|
||||
#include "protocol_examples_common.h"
|
||||
#include "modbus_params.h" // for modbus parameters structures
|
||||
#include "mbcontroller.h"
|
||||
#include "sdkconfig.h"
|
||||
|
||||
@@ -18,6 +18,11 @@
|
||||
|
||||
#include "mdns.h"
|
||||
#include "esp_netif.h"
|
||||
|
||||
#if __has_include("esp_mac.h")
|
||||
#include "esp_mac.h"
|
||||
#endif
|
||||
|
||||
#include "protocol_examples_common.h"
|
||||
|
||||
#include "mbcontroller.h" // for mbcontroller defines and api
|
||||
|
||||
Reference in New Issue
Block a user