mirror of
https://github.com/lefticus/6502-cpp.git
synced 2025-07-17 13:24:04 +00:00
Get AVR code starting to work, make debuggable
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <cstdint>
|
||||
|
||||
enum class Colors : uint8_t
|
||||
enum Colors : uint8_t
|
||||
{
|
||||
WHITE=0x01
|
||||
};
|
||||
|
Reference in New Issue
Block a user