aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/mac.h')
-rw-r--r--os/hal/include/mac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/mac.h b/os/hal/include/mac.h
index 439510462..6f70aff44 100644
--- a/os/hal/include/mac.h
+++ b/os/hal/include/mac.h
@@ -72,7 +72,7 @@
typedef enum {
MAC_UNINIT = 0, /**< Not initialized. */
MAC_STOP = 1, /**< Stopped. */
- MAC_ACTIVE = 2, /**< Active. */
+ MAC_ACTIVE = 2 /**< Active. */
} macstate_t;
/**