diff options
Diffstat (limited to 'os/hal/platforms/AT91SAM7/at91sam7_mii.h')
-rw-r--r-- | os/hal/platforms/AT91SAM7/at91sam7_mii.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/AT91SAM7/at91sam7_mii.h b/os/hal/platforms/AT91SAM7/at91sam7_mii.h index be37a21f1..8d98d41b0 100644 --- a/os/hal/platforms/AT91SAM7/at91sam7_mii.h +++ b/os/hal/platforms/AT91SAM7/at91sam7_mii.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -52,7 +52,7 @@ /*===========================================================================*/
/**
- * @brief Pins latched by the PHY at reset. + * @brief Pins latched by the PHY at reset.
*/
#if PHY_HARDWARE == PHY_MICREL_KS8721
#define PHY_ADDRESS 1
|