Explorar el Código

fix: mcu,头文件漏提交了,补齐LUAT_MCU_PERIPHERAL_ETH

Wendal Chen hace 7 meses
padre
commit
f276e08583
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      luat/include/luat_mcu.h

+ 1 - 0
luat/include/luat_mcu.h

@@ -16,6 +16,7 @@ typedef enum
 	LUAT_MCU_PERIPHERAL_CAMERA,
 	LUAT_MCU_PERIPHERAL_ONEWIRE,
 	LUAT_MCU_PERIPHERAL_KEYBORAD,
+	LUAT_MCU_PERIPHERAL_ETH,
 	LUAT_MCU_PERIPHERAL_QTY
 }LUAT_MCU_PERIPHERAL_E;