diff options
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/AT91SAM7/mac_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/AT91SAM7/mac_lld.h b/os/hal/platforms/AT91SAM7/mac_lld.h index 07a4fa766..8a56b6793 100644 --- a/os/hal/platforms/AT91SAM7/mac_lld.h +++ b/os/hal/platforms/AT91SAM7/mac_lld.h @@ -135,7 +135,7 @@ typedef struct { /**
* @brief MAC address.
*/
- uint8_t *mac_address;
+ const uint8_t *mac_address;
/* End of the mandatory fields.*/
} MACConfig;
|