Update .gitignore with additional build artifacts
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,4 +7,6 @@
|
|||||||
*.dep
|
*.dep
|
||||||
*.crf
|
*.crf
|
||||||
*.uvguix.*
|
*.uvguix.*
|
||||||
|
*.uvoptx
|
||||||
|
*.d
|
||||||
.build_log.htm
|
.build_log.htm
|
||||||
|
|||||||
@ -50,7 +50,7 @@ extern "C" {
|
|||||||
|
|
||||||
/* 硬件模块启用/禁用宏定义 */
|
/* 硬件模块启用/禁用宏定义 */
|
||||||
#ifndef USE_W5500
|
#ifndef USE_W5500
|
||||||
#define USE_W5500 0 /* 默认启用W5500以太网模块 */
|
#define USE_W5500 1 /* 默认启用W5500以太网模块 */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef USE_RS485
|
#ifndef USE_RS485
|
||||||
|
|||||||
Reference in New Issue
Block a user