aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-10-25 15:16:25 -0400
committerBrian Cully <bjc@kublai.com>2022-10-25 15:16:25 -0400
commit4dc2d0ce0d16b1f173483df0a457e60e93fb1ab1 (patch)
tree877338afb0e07e35e24810696b39e413fd0f9770 /Cargo.toml
parent6c356bf4782b60619216eaf6309787a0ddf49d2c (diff)
downloadluchie-4dc2d0ce0d16b1f173483df0a457e60e93fb1ab1.tar.gz
luchie-4dc2d0ce0d16b1f173483df0a457e60e93fb1ab1.zip
remove panic-semihosting
i'm using a custom panic impl that logs to uart1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e9238a4..b8cb657 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ codegen-units = 1
cortex-m = "0.7.6"
cortex-m-rt = "0.7.1"
nb = "1.0.0"
-panic-semihosting = "0.6.0"
+#panic-semihosting = "0.6.0"
usb-device = "0.2.9"
usbd-serial = "0.1.1"
usbd-webusb = "1.0.2"