diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-09-27 18:17:17 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-09-27 18:17:17 +0000 |
commit | ee0d07151a144a8425d8cfd0740098d1b76711c2 (patch) | |
tree | 1182bba0160dcef874e3b4afd801b0dbb4f63594 /os/io/mac.h | |
parent | 4c8314f8044617197c73e6603c21a1ef8cc5470a (diff) | |
download | ChibiOS-ee0d07151a144a8425d8cfd0740098d1b76711c2.tar.gz ChibiOS-ee0d07151a144a8425d8cfd0740098d1b76711c2.tar.bz2 ChibiOS-ee0d07151a144a8425d8cfd0740098d1b76711c2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1191 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/io/mac.h')
-rw-r--r-- | os/io/mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/io/mac.h b/os/io/mac.h index de2120ec4..9bbfa5cef 100644 --- a/os/io/mac.h +++ b/os/io/mac.h @@ -60,7 +60,7 @@ extern "C" { #endif
void macInit(void);
void macObjectInit(MACDriver *macp);
- void macSetAddress(MACDriver *macp, uint8_t *p);
+ void macSetAddress(MACDriver *macp, const uint8_t *p);
void macStart(MACDriver *macp);
void macStop(MACDriver *macp);
MACTransmitDescriptor *macWaitTransmitDescriptor(MACDriver *macp,
|