Skip to content

Commit 9a89f1c

Browse files
committed
Remove the deprecated ethernet APIs
1 parent 2a4e481 commit 9a89f1c

File tree

5 files changed

+2
-109
lines changed

5 files changed

+2
-109
lines changed

hal/ethernet_api.h

Lines changed: 0 additions & 105 deletions
This file was deleted.

targets/TARGET_ARM_SSG/TARGET_IOTSS/ethernet_api.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
#include <string.h>
1717

18-
#include "ethernet_api.h"
1918
#include "mps2_ethernet_api.h"
2019
#include "cmsis.h"
2120
#include "mbed_interface.h"

targets/TARGET_ARM_SSG/TARGET_MPS2/ethernet_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
#include <string.h>
1717

18-
#include "ethernet_api.h"
18+
1919
#include "mps2_ethernet_api.h"
2020
#include "cmsis.h"
2121
#include "mbed_interface.h"

targets/TARGET_NXP/TARGET_LPC176X/ethernet_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#include "ethernet_api.h"
16+
1717

1818
#include <string.h>
1919
#include "cmsis.h"

targets/TARGET_NXP/TARGET_LPC43XX/ethernet_api.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*
1616
* Contribution by Nitin Bhaskar([email protected])
1717
*/
18-
#include "ethernet_api.h"
1918

2019
#include <string.h>
2120
#include "cmsis.h"

0 commit comments

Comments
 (0)