Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Sep 16, 2024
1 parent 95e410b commit 8247359
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/zephyr/generic/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export PATH=~/.local/bin:"$PATH"
export ZEPHYR_VERSION="v0.12.4"
export ARCH=$(uname -m)

<<<<<<< HEAD
=======
# Create a virtual environment
python3 -m venv $FW_TARGETDIR/venv
source $FW_TARGETDIR/venv/bin/activate
Expand All @@ -30,7 +28,6 @@ pip3 install west
# Install requirements
pip3 install catkin_pkg empy

>>>>>>> 38ae4b7 (Fix broken rosidl_cli (#726))
pushd $FW_TARGETDIR >/dev/null

west init zephyrproject
Expand Down

0 comments on commit 8247359

Please sign in to comment.