Skip to content

Commit

Permalink
Merge pull request 'use released version of the PAC' (#17) from prep-…
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jul 1, 2024
2 parents aee7e8a + 081d978 commit a2b43bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions va416xx-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ version = "1"
default-features = false

[dependencies.va416xx]
path = "../va416xx"
default-features = false
version = "0.2.0"
version = "0.2"
features = ["critical-section"]

[features]
Expand Down
3 changes: 3 additions & 0 deletions va416xx-hal/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Crates.io](https://img.shields.io/crates/v/va416xx-hal)](https://crates.io/crates/va416xx-hal)
[![docs.rs](https://img.shields.io/docsrs/va416xx-hal)](https://docs.rs/va416xx-hal)

# HAL for the Vorago VA416xx MCU family

This repository contains the **H**ardware **A**bstraction **L**ayer (HAL), which is an additional
Expand Down

0 comments on commit a2b43bf

Please sign in to comment.