Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: hbCommand.cpp
- Revision:
- 40:debe99e228d3
- Parent:
- 38:24ee50452755
- Child:
- 41:45c982b1c5b6
--- a/hbCommand.cpp Sat Jan 19 12:35:23 2019 +0000 +++ b/hbCommand.cpp Mon Jan 21 06:32:24 2019 +0000 @@ -214,7 +214,7 @@ gf_MtReqOfs[2].req=true; gf_MtReqOfs[2].val=(UINT16)atoi(&g_CmdBuf[arg2pos]); gf_MtReqOfs[3].req=true; - gf_MtReqOfs[3].val=(UINT16)atoi(&g_CmdBuf[arg2pos]); } + gf_MtReqOfs[3].val=(UINT16)atoi(&g_CmdBuf[arg2pos]);} else if (strcmp(g_CmdBuf , "smfpga1" )==0 ){gf_MtReqDct[0].req=true; gf_MtReqDct[0].val=(UINT16)atoi(&g_CmdBuf[arg2pos]);} else if (strcmp(g_CmdBuf , "smfpga2" )==0 ){gf_MtReqDct[1].req=true; gf_MtReqDct[1].val=(UINT16)atoi(&g_CmdBuf[arg2pos]);} else if (strcmp(g_CmdBuf , "smfpga3" )==0 ){gf_MtReqDct[2].req=true; gf_MtReqDct[2].val=(UINT16)atoi(&g_CmdBuf[arg2pos]);}