summary refs log tree commit diff stats
path: root/include/hw/char/stm32f2xx_usart.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/char/stm32f2xx_usart.h')
-rw-r--r--include/hw/char/stm32f2xx_usart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/char/stm32f2xx_usart.h b/include/hw/char/stm32f2xx_usart.h
index b97f192a45..3267523270 100644
--- a/include/hw/char/stm32f2xx_usart.h
+++ b/include/hw/char/stm32f2xx_usart.h
@@ -67,7 +67,7 @@ typedef struct {
     uint32_t usart_cr3;
     uint32_t usart_gtpr;
 
-    CharDriverState *chr;
+    CharBackend chr;
     qemu_irq irq;
 } STM32F2XXUsartState;
 #endif /* HW_STM32F2XX_USART_H */