This commit is contained in:
Nav
2024-12-24 20:11:47 +00:00
parent fd45bad970
commit 7aeb2ddf08
2 changed files with 0 additions and 10 deletions

View File

@@ -14,11 +14,6 @@
namespace Targets::Microchip::Avr8
{
/**
* AVR8 TDF
*
* For more information of TDFs, see src/Targets/TargetDescription/README.md
*/
class TargetDescriptionFile: public TargetDescription::TargetDescriptionFile
{
public:

View File

@@ -6,11 +6,6 @@
namespace Targets::RiscV
{
/**
* Represents an RISC-V TDF.
*
* For more information of TDFs, see src/Targets/TargetDescription/README.md
*/
class TargetDescriptionFile: public Targets::TargetDescription::TargetDescriptionFile
{
public: