summaryrefslogtreecommitdiffstats
path: root/libs/MII/mii.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/MII/mii.c')
-rw-r--r--libs/MII/mii.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/MII/mii.c b/libs/MII/mii.c
index c4d7084..eb8ae24 100644
--- a/libs/MII/mii.c
+++ b/libs/MII/mii.c
@@ -2,7 +2,7 @@
///
/// @file MII.c
///
-/// @project
+/// @project
///
/// @brief MII Support Routines
///
@@ -47,7 +47,7 @@
static void MII_wait(void)
{
// Wait for the status bit to be clear.
- while(DEVICE.MiiCommunication.bits.Start_DIV_Busy)
+ while (DEVICE.MiiCommunication.bits.Start_DIV_Busy)
{
// Waiting...
}
OpenPOWER on IntegriCloud