Explorar el Código

Merge pull request #3609 from thread-liu/h7_drv_spi

修改 eclipse.py 版本
Bernard Xiong hace 5 años
padre
commit
2cbb9c5388
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/eclipse.py

+ 1 - 1
tools/eclipse.py

@@ -22,7 +22,7 @@ from xml.etree.ElementTree import SubElement
 
 from building import *
 
-MODULE_VER_NUM = 2
+MODULE_VER_NUM = 3
 
 source_pattern = ['*.c', '*.cpp', '*.cxx', '*.s', '*.S', '*.asm']