默认Com口

This commit is contained in:
WangQiang 2016-04-15 00:55:08 +00:00
parent 27228acb84
commit b42f7ccd4a
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ void BootConfig::Init()
App.Directory = 0x8010000; // 64KB位置
App.Length = 0x30000; // 192KB
App.Checksum = 0xffffffff; // 特殊判断不校验
AllPin.MsgPort = COM1; // 默认COM
AllPin.MsgPortBaudRate = 1024000; // 默认波特率
AllPin.IsEff = 0; // 不是有效的
}