mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/gpio: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
7d6a82a3e6
commit
de531a6bd4
8 changed files with 8 additions and 8 deletions
|
@ -447,7 +447,7 @@ static const VMStateDescription vmstate_stm32l4x5_gpio = {
|
|||
}
|
||||
};
|
||||
|
||||
static Property stm32l4x5_gpio_properties[] = {
|
||||
static const Property stm32l4x5_gpio_properties[] = {
|
||||
DEFINE_PROP_STRING("name", Stm32l4x5GpioState, name),
|
||||
DEFINE_PROP_UINT32("mode-reset", Stm32l4x5GpioState, moder_reset, 0),
|
||||
DEFINE_PROP_UINT32("ospeed-reset", Stm32l4x5GpioState, ospeedr_reset, 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue