git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1360 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
6dfa752b3e
commit
2302385ec3
|
@ -27,7 +27,8 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "ch.h"
|
||||
#include "mac.h"
|
||||
#include "hal.h"
|
||||
#include "mii.h"
|
||||
|
||||
#if CH_HAL_USE_MAC || defined(__DOXYGEN__)
|
||||
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
* @{
|
||||
*/
|
||||
|
||||
#include <ch.h>
|
||||
#include <mii.h>
|
||||
#include <mac.h>
|
||||
#include "ch.h"
|
||||
#include "hal.h"
|
||||
#include "mii.h"
|
||||
|
||||
/**
|
||||
* @brief Low level MII driver initialization.
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
#ifndef _MII_LLD_H_
|
||||
#define _MII_LLD_H_
|
||||
|
||||
#include "board.h"
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Driver pre-compile time settings. */
|
||||
/*===========================================================================*/
|
||||
|
|
|
@ -3,6 +3,7 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/AT91SAM7/hal_lld.c \
|
|||
${CHIBIOS}/os/hal/platforms/AT91SAM7/pal_lld.c \
|
||||
${CHIBIOS}/os/hal/platforms/AT91SAM7/serial_lld.c \
|
||||
${CHIBIOS}/os/hal/platforms/AT91SAM7/mac_lld.c \
|
||||
${CHIBIOS}/os/hal/platforms/AT91SAM7/mii_lld.c \
|
||||
${CHIBIOS}/os/hal/platforms/AT91SAM7/at91lib/aic.c
|
||||
|
||||
# Required include directories
|
||||
|
|
Loading…
Reference in New Issue