From 906858e347b366d5e05e8b7a6f51ccf284f457ec Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Fri, 7 Feb 2020 01:58:47 +0100 Subject: [PATCH] Trivial formatting fix for avr-hal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08c9330..bd0141c 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ Implementations of [`embedded-hal`] for microcontroller families and systems run ### Microchip - [`atsamd-hal`](https://crates.io/crates/atsamd-hal) - HAL for SAMD11, SAMD21, SAMD51 and SAME54 - ![crates.io](https://img.shields.io/crates/v/atsamd-hal.svg) -- ['avr-hal'](https://github.com/Rahix/avr-hal) - HAL for AVR microcontroller family and AVR-based boards +- [`avr-hal`](https://github.com/Rahix/avr-hal) - HAL for AVR microcontroller family and AVR-based boards ### Nordic