diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-27 10:42:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-27 10:42:09 +0000 |
commit | e089716749ce0ce774f1229624bcb0bf44e8512f (patch) | |
tree | b5ca617bd1672e62da801b96ad5d6f146cd06883 /os/hal/templates/mac_lld.c | |
parent | f8f56be6c5871fa179ec84b9f0da8f0dd88e365c (diff) | |
download | ChibiOS-e089716749ce0ce774f1229624bcb0bf44e8512f.tar.gz ChibiOS-e089716749ce0ce774f1229624bcb0bf44e8512f.tar.bz2 ChibiOS-e089716749ce0ce774f1229624bcb0bf44e8512f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5336 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/mac_lld.c')
-rw-r--r-- | os/hal/templates/mac_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/mac_lld.c b/os/hal/templates/mac_lld.c index b442d0879..f87a8cc22 100644 --- a/os/hal/templates/mac_lld.c +++ b/os/hal/templates/mac_lld.c @@ -88,7 +88,7 @@ void mac_lld_init(void) { void mac_lld_start(MACDriver *macp) {
if (macp->state == MAC_STOP) {
- /* Enables the pehipheral.*/
+ /* Enables the peripheral.*/
#if PLATFORM_MAC_USE_MAC1
if (&MACD1 == macp) {
|