From 2fd045e056a84bd53c3d7aaecd71788a9c6078d6 Mon Sep 17 00:00:00 2001 From: Nav Date: Sun, 4 Apr 2021 21:11:02 +0100 Subject: [PATCH] Fixed typo in documentation and removed icon from readme --- README.md | 2 -- .../TargetInterfaces/Microchip/AVR/AVR8/Avr8Interface.hpp | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6acad976..78aebd90 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ - - ## Bloom Bloom is a Linux-based debug platform for microcontrollers. This is the official repository for Bloom's source code. For information on how to use Bloom, please visit https://bloom.oscillate.io. diff --git a/src/DebugToolDrivers/TargetInterfaces/Microchip/AVR/AVR8/Avr8Interface.hpp b/src/DebugToolDrivers/TargetInterfaces/Microchip/AVR/AVR8/Avr8Interface.hpp index a5e171d1..5eeb726f 100644 --- a/src/DebugToolDrivers/TargetInterfaces/Microchip/AVR/AVR8/Avr8Interface.hpp +++ b/src/DebugToolDrivers/TargetInterfaces/Microchip/AVR/AVR8/Avr8Interface.hpp @@ -30,8 +30,8 @@ namespace Bloom::DebugToolDrivers::TargetInterfaces::Microchip::Avr::Avr8 * * Each debug tool that supports interfacing with AVR8 targets must provide an implementation * of this interface class. For example, the Atmel-ICE provides the EdbgAvr8Interface implementation for - * interfacing with AVR8 targets. See Bloom::DebugToolDrivers::AtmelIce->getAvr8Interface() and - * Bloom::DebugToolDriver->getAvr8Interface() for more on this. + * interfacing with AVR8 targets. See Bloom::DebugToolDrivers::AtmelIce::getAvr8Interface() and + * Bloom::DebugTool::getAvr8Interface() for more on this. */ class Avr8Interface {