From f2c31c8d82598a193e5527dd215fc826b346ab41 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Wed, 2 Feb 2022 10:14:19 -0600 Subject: [PATCH] add adafruit_floppy, put in correct position --- tools/ci_fetch_deps.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/ci_fetch_deps.py b/tools/ci_fetch_deps.py index cecf37e08b..70c7e22650 100644 --- a/tools/ci_fetch_deps.py +++ b/tools/ci_fetch_deps.py @@ -16,9 +16,9 @@ print(target, ref) port_deps = { "atmel-samd": [ "extmod/ulab/", + "lib/adafruit_floppy/", "lib/mp3/", "lib/protomatter/", - "lib/adafruit_floppy/", "lib/quirc/", "lib/tinyusb/", "data/nvm.toml/", @@ -31,6 +31,7 @@ port_deps = { "nrf": ["extmod/ulab/", "lib/mp3/", "lib/protomatter/", "lib/tinyusb/", "data/nvm.toml/"], "raspberrypi": [ "extmod/ulab/", + "lib/adafruit_floppy/", "lib/mp3/", "lib/protomatter/", "lib/quirc/",