Update eth_sw.c

This commit is contained in:
Jack Marriott
2018-12-02 01:23:03 -08:00
committed by GitHub
parent c217034331
commit e192b256bd

View File

@@ -10,15 +10,13 @@
//*****************************************************************************
// Standard Header files
//*****************************************************************************
#include "inc/devices/eth_sw.h"
#include "inc/devices/88E6071_registers.h"
#include <driverlib/sysctl.h>
#include "inc/common/global_header.h"
#include "inc/devices/88E6071_registers.h"
#include "inc/devices/eth_sw.h"
#include "inc/devices/mdio_bb.h"
#include "registry/SSRegistry.h"
#include "src/interfaces/Ethernet/tcp_tx_rx.h"
#include <driverlib/sysctl.h>
#include <stdio.h>
#include <string.h>
#include <ti/sysbios/knl/Task.h>