This commit is contained in:
Nav
2022-12-11 17:41:05 +00:00
parent ef8219b087
commit 190d734ca3
3 changed files with 1 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
<?php
namespace Bloom\BuildScripts\TargetDescriptionFiles\Avr8;
use Bloom\BuildScripts\TargetDescriptionFiles\PhysicalInterface;
use Bloom\BuildScripts\TargetDescriptionFiles\TargetDescriptionFile;
require_once __DIR__ . "/../TargetDescriptionFile.php";

View File

@@ -124,7 +124,7 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr
SRAM = 0x20,
/**
* The EEPROM memory type can be used to read & write to EEPROM memory on the target.
* The EEPROM memory type can be used to read and write to EEPROM memory on the target.
*
* It's available with all of the config variants, in debugging mode.
*/

View File

@@ -446,8 +446,6 @@ namespace Bloom::Widgets
this->hexViewerWidget->setDisabled(false);
this->refreshButton->setDisabled(false);
}
return;
}
if (newState == TargetState::RUNNING) {