mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 10:36:30 +03:00
More WIP, debugger starting correctly. Tested several commands and all working.
This commit is contained in:
@@ -20,6 +20,8 @@ class Bus {
|
||||
|
||||
virtual size_t write( const char* buffer, const size_t& size ) = 0;
|
||||
|
||||
virtual ~Bus() {}
|
||||
|
||||
protected:
|
||||
void setState( State state );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user