diff options
Diffstat (limited to 'os/io/templates/mac_lld.c')
-rw-r--r-- | os/io/templates/mac_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/io/templates/mac_lld.c b/os/io/templates/mac_lld.c index c9bac58c0..a780a32ff 100644 --- a/os/io/templates/mac_lld.c +++ b/os/io/templates/mac_lld.c @@ -42,7 +42,7 @@ void mac_lld_init(void) { * this parameter is set to @p NULL then a system default MAC is
* used.
*/
-void mac_lld_set_address(MACDriver *macp, uint8_t *p) {
+void mac_lld_set_address(MACDriver *macp, const uint8_t *p) {
}
|