Skip to content

Commit

Permalink
Добавлен программер
Browse files Browse the repository at this point in the history
  • Loading branch information
hoplik committed Jun 23, 2024
1 parent 19de4eb commit 87231ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Forms/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ private void NeedParsingLun(string output_FH, int lun_numder)
//Отрезаем с конца все данные массива ответов таргет сэд по символу '
foreach (string strparLun in parLun)
{
//if (strparLun.Contains("'")) goodparLun.Add(strparLun.Substring(0, strparLun.IndexOf("'")));
if (strparLun.Contains('\u0027')) goodparLun.Add(strparLun.Remove(strparLun.LastIndexOf('\u0027')));
}
//Парсим ответ и раскидываем результат в массив
Expand Down
Binary file added fh_collection/F6C4291E/prog_firehose_ddr.elf
Binary file not shown.

0 comments on commit 87231ba

Please sign in to comment.