From fd4b8095f897332df0aa2cfcfb62185b91c2e072 Mon Sep 17 00:00:00 2001 From: Jesus Date: Sat, 15 Oct 2022 18:52:34 +0200 Subject: [PATCH] cdc_usbserial --- examples/device/cdc_usbserial/compila.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/device/cdc_usbserial/compila.sh diff --git a/examples/device/cdc_usbserial/compila.sh b/examples/device/cdc_usbserial/compila.sh new file mode 100644 index 00000000..fa8966da --- /dev/null +++ b/examples/device/cdc_usbserial/compila.sh @@ -0,0 +1,2 @@ +make BOARD=mini +