Skip to content

Commit

Permalink
tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed Apr 27, 2021
1 parent c1a3266 commit 0a4ac31
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ var cards []*usdhc.USDHC
func init() {
log.SetFlags(0)

if !imx6.Native {
return
}

if err := imx6.SetARMFreq(900); err != nil {
panic(fmt.Sprintf("WARNING: error setting ARM frequency: %v\n", err))
}
Expand Down

0 comments on commit 0a4ac31

Please sign in to comment.