Skip to content

Commit

Permalink
ubuntu.sh: No automatic removal of modemmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored and LorenzMeier committed Apr 21, 2020
1 parent c3ebb1a commit 95779ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tools/setup/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ if [[ $INSTALL_NUTTX == "true" ]]; then
sudo usermod -a -G dialout $USER
fi

# Remove modem manager (interferes with PX4 serial port/USB serial usage).
sudo apt-get remove modemmanager -y

# arm-none-eabi-gcc
NUTTX_GCC_VERSION="7-2017-q4-major"

Expand Down

0 comments on commit 95779ea

Please sign in to comment.