4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-22 00:15:21 +08:00

[tools] update eclipse tools version number.

This commit is contained in:
armink 2020-03-23 08:50:08 +08:00
parent f91b9e7670
commit 32b4c0f293

View File

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