diff options
Diffstat (limited to 'hw/timer/mss-timer.c')
-rw-r--r-- | hw/timer/mss-timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/timer/mss-timer.c b/hw/timer/mss-timer.c index b66aed5..e5c5cd6 100644 --- a/hw/timer/mss-timer.c +++ b/hw/timer/mss-timer.c @@ -279,7 +279,7 @@ static const VMStateDescription vmstate_mss_timer = { } }; -static Property mss_timer_properties[] = { +static const Property mss_timer_properties[] = { /* Libero GUI shows 100Mhz as default for clocks */ DEFINE_PROP_UINT32("clock-frequency", MSSTimerState, freq_hz, 100 * 1000000), |