Removed fuse type restriction when extracting fuse bit descriptors from AVR8 TDFs

This commit is contained in:
Nav
2023-05-26 22:42:11 +01:00
parent df51da4479
commit f3f0b504f3
3 changed files with 7 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ namespace Bloom::Targets::Microchip::Avr
LOW,
HIGH,
EXTENDED,
OTHER,
};
enum class FuseEnableStrategy: std::uint8_t