Skip to content

Commit

Permalink
fix import removed by error and apply #21 to new files
Browse files Browse the repository at this point in the history
  • Loading branch information
umbynos committed Apr 23, 2021
1 parent fb8fa1a commit 778fea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/nina/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import (
"strconv"
"strings"

"github.com/arduino/FirmwareUploader/programmers/rp2040load"
"github.com/arduino/FirmwareUploader/programmers/avrdude"
"github.com/arduino/FirmwareUploader/programmers/bossac"
"github.com/arduino/FirmwareUploader/utils/context"
Expand Down
2 changes: 1 addition & 1 deletion programmers/rp2040load/rp2040load.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"time"

"github.com/arduino/FirmwareUpdater/utils/context"
"github.com/arduino/FirmwareUploader/utils/context"
"github.com/arduino/arduino-cli/arduino/serialutils"
"github.com/arduino/arduino-cli/executils"
"github.com/arduino/go-paths-helper"
Expand Down

0 comments on commit 778fea5

Please sign in to comment.