Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Sep 21, 2024
1 parent 9e4eedd commit d86743b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Img2Ffu/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private static void Main(string[] args)
(
o.InputFile,
"VenHw(860845C1-BE09-4355-8BC1-30D64FF8E63A)", // UFS LUN 0
false, // Variable disk length
false, // Fixed disk length
o.MaximumNumberOfBlankBlocksAllowed,
ExcludedPartitionNames
)
Expand All @@ -92,7 +92,7 @@ private static void Main(string[] args)
* (
* o.InputFile,
* "VenHw(B615F1F5-5088-43CD-809C-A16E52487D00)", // eMMC (User)
* true, // Variable disk length
* true, // Fixed disk length
* o.MaximumNumberOfBlankBlocksAllowed,
* ExcludedPartitionNames
* )
Expand Down

0 comments on commit d86743b

Please sign in to comment.