Skip to content

Commit

Permalink
store hardware in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Aug 1, 2024
1 parent 05381e0 commit 93d6bdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class FpgaService
private readonly ILogger _logger;
public FpgaService(IPaths paths, ILogger logger)
{
FpgaDirectory = Path.Combine(paths.DocumentsDirectory, "Hardware", "FPGA");
FpgaDirectory = Path.Combine(paths.PackagesDirectory, "Hardware", "FPGA");
Directory.CreateDirectory(FpgaDirectory);

_logger = logger;
Expand Down

0 comments on commit 93d6bdb

Please sign in to comment.