4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 07:03:32 +08:00

Merge pull request #3475 from armink/fix_eclipse

[tools] update eclipse tools version number.
This commit is contained in:
Bernard Xiong 2020-03-23 09:32:44 +08:00 committed by GitHub
commit 5ddb0d51c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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