git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1360 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-11-29 16:42:41 +00:00
parent 6dfa752b3e
commit 2302385ec3
4 changed files with 6 additions and 6 deletions

View File

@ -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__)

View File

@ -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.

View File

@ -27,8 +27,6 @@
#ifndef _MII_LLD_H_
#define _MII_LLD_H_
#include "board.h"
/*===========================================================================*/
/* Driver pre-compile time settings. */
/*===========================================================================*/

View File

@ -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