diff options
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Vagrantfile b/Vagrantfile index 717f4ec98b..49ee4e8355 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -7,7 +7,7 @@ Vagrant.configure(2) do |config| # VMware/Virtualbox ( and also Hyperv/Parallels) 64 bit config.vm.box = "generic/debian10" - + config.vm.synced_folder '.', '/vagrant' # This section allows you to customize the Virtualbox VM @@ -88,8 +88,8 @@ Vagrant.configure(2) do |config| make <keyboard>:default Examples: - make planck/rev4:default:dfu - make planck/rev4:default + make planck/ez:default:flash + make planck/ez:default EOT end |