Added AVR8 fuse enable strategy
This commit is contained in:
@@ -13,6 +13,12 @@ namespace Bloom::Targets::Microchip::Avr
|
||||
EXTENDED,
|
||||
};
|
||||
|
||||
enum class FuseEnableStrategy: std::uint8_t
|
||||
{
|
||||
CLEAR,
|
||||
SET,
|
||||
};
|
||||
|
||||
struct Fuse
|
||||
{
|
||||
FuseType type;
|
||||
|
||||
Reference in New Issue
Block a user