Explorar el Código

fix:新增的QSPI外设类型枚举值不对

alienwalker hace 5 meses
padre
commit
127cce7aca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      luat/include/luat_mcu.h

+ 1 - 1
luat/include/luat_mcu.h

@@ -14,10 +14,10 @@ typedef enum
     LUAT_MCU_PERIPHERAL_SDIO,
 	LUAT_MCU_PERIPHERAL_LCD,
 	LUAT_MCU_PERIPHERAL_CAMERA,
-	LUAT_MCU_PERIPHERAL_QSPI,
 	LUAT_MCU_PERIPHERAL_ONEWIRE,
 	LUAT_MCU_PERIPHERAL_KEYBORAD,
 	LUAT_MCU_PERIPHERAL_ETH,
+	LUAT_MCU_PERIPHERAL_QSPI,
 	LUAT_MCU_PERIPHERAL_QTY
 }LUAT_MCU_PERIPHERAL_E;