Tidying
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -446,8 +446,6 @@ namespace Bloom::Widgets
|
||||
this->hexViewerWidget->setDisabled(false);
|
||||
this->refreshButton->setDisabled(false);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
if (newState == TargetState::RUNNING) {
|
||||
|
||||
Reference in New Issue
Block a user