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 {