Skip to content

Commit

Permalink
[utils/common] Fix typo in module name
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jul 5, 2024
1 parent 7d5a56a commit b183951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ function i2c_scan() {
if ! dtparam -l | grep -q i2c_arm=on; then
dtparam -v i2c_arm=on &>>"$LOG_FILE"
fi
if ! lsmod | grep -q i2c-dev; then
if ! lsmod | grep -q i2c_dev; then
modprobe -v i2c-dev &>>"$LOG_FILE"
fi

Expand Down

0 comments on commit b183951

Please sign in to comment.