diff options
| author | sakumisu <[email protected]> | 2025-05-15 20:22:48 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-05-15 20:22:48 +0800 |
| commit | 03fc8b668a2899bb84a31944e184db87ec00b92b (patch) | |
| tree | 09f56fdb0678d448d8bcfa2a366409242c243fc9 | |
| parent | edc0c95db2d2ebefde5b78d36e51795dc10ed6b4 (diff) | |
fix warning
Signed-off-by: sakumisu <[email protected]>
| -rw-r--r-- | port/dwc2/usb_glue_st.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/port/dwc2/usb_glue_st.c b/port/dwc2/usb_glue_st.c index 1d94b8f6..f29d8915 100644 --- a/port/dwc2/usb_glue_st.c +++ b/port/dwc2/usb_glue_st.c @@ -33,7 +33,7 @@ struct dwc2_instance { }; static usb_dwc2_irq g_usb_dwc2_irq[2]; -static volatile uint8_t g_usb_dwc2_busid[2] = { 0, 0 }; +static uint8_t g_usb_dwc2_busid[2] = { 0, 0 }; static struct dwc2_instance g_dwc2_instance; #ifdef HAL_PCD_MODULE_ENABLED |
