何征华
/
RF_FCC
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
4ffc3dfa6077da65f48b7e7bcc9566842f7c0eac
Authored by
李外
2023-03-09 16:17:18 +0800
1 parent
1d148ecd
V100.0.17
1、解决ID=1的键盘不能扫描上来的问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Inc/base_config.h
Inc/base_config.h
View file @
4ffc3df
...
...
@@ -1152,7 +1152,7 @@ void operation_debug_io(unsigned char nbr);//debug only
1152
1152
// <o> SW2
1153
1153
#define SW2 0
1154
1154
// <o> SW3
1155
- #define SW3 1
6
1155
+ #define SW3 1
7
1156
1156
#endif
1157
1157
// </e>
1158
1158
...
...