From 5b70cdcaa6966a719515604e643e94e44b6d4d74 Mon Sep 17 00:00:00 2001 From: Per Lindgren <per.lindgren@ltu.se> Date: Sun, 4 Feb 2018 01:16:27 +0100 Subject: [PATCH] name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40354a4..25772d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ categories = ["embedded", "hardware-support", "no-std"] description = "HAL for the STM32F4xx family of microcontrollers" keywords = ["arm", "cortex-m", "stm32", "hal"] license = "MIT OR Apache-2.0" -name = "stm32f4xx-hal" +name = "stm32f4x-hal" #repository = "https://github.com/japaric/stm32f30x-hal" version = "0.1.1" -- GitLab