Skip to content

Commit

Permalink
dpcmd: Remove git conflict marker and some trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Idan Freiberg committed Jan 15, 2023
1 parent c7c803c commit 0a717c1
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions dpcmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,11 +500,7 @@ int main(int argc, char* argv[])
unsigned long r;
char* env;

<<<<<<< HEAD
printf("\nDpCmd Linux 1.13.11.%02d Engine Version:\nLast Built on October 27 2021\n\n", GetConfigVer()); // 1. new feature.bug.configS
=======
printf("\nDpCmd Linux 1.12.11.%02d Engine Version:\nLast Built on January 7 2023\n\n", GetConfigVer()); // 1. new feature.bug.configS
>>>>>>> c7ae315afb55178ec7fd2cf7cdfc76a04081421d

g_ucOperation = 0;
GetLogPath(g_LogPath);
Expand Down Expand Up @@ -1315,9 +1311,9 @@ bool ListTypes(void)
return Dedi_List_AllChip();
}
bool CheckProgrammerInfo(void)
{
{
if ((g_ucOperation & CHECK_INFO) != CHECK_INFO)
return false;
return false;
int dev_cnt = get_usb_dev_cnt();
unsigned int uiFPGAVer = 0;
if (g_uiDevNum == 0) {
Expand Down Expand Up @@ -1902,11 +1898,11 @@ bool Wait(const char* strOK, const char* strFail)
#if 0
int FlashIdentifier(CHIP_INFO* Chip_Info ,int search_all, int Index)
{

printf("FlashIdentifier(search_all=%d,Index=%x)\n",search_all,Index);
long UniqueID = 0;
int rc = 0;

for (int c = 0; c < 2; c++) {
if (c == 1)
SendFFSequence(Index);
Expand Down

0 comments on commit 0a717c1

Please sign in to comment.