Skip to content

Commit

Permalink
Improve warning visibility (#95)
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
josesimoes authored Nov 25, 2021
1 parent 4ebc52b commit 12470fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher/StmDeviceBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static string RunSTM32ProgrammerCLI(string arguments)
{
if (!Program.ExecutingPath.IsNormalized(NormalizationForm.FormD))
{
Console.ForegroundColor = ConsoleColor.Yellow;
Console.ForegroundColor = ConsoleColor.Red;

Console.WriteLine("");
Console.WriteLine("**************************** WARNING ****************************");
Expand Down
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher/nanoFirmwareFlasher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\nf-nanoFramework.Networking.Sntp\README.md">
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down

0 comments on commit 12470fe

Please sign in to comment.