mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-03 08:25:25 +02:00
Make IDCODE unsigned
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ class Device {
|
||||
virtual bool unprotect_flash() = 0;
|
||||
virtual bool bulk_erase_flash() = 0;
|
||||
|
||||
virtual int idCode() = 0;
|
||||
virtual uint32_t idCode() = 0;
|
||||
virtual void reset();
|
||||
|
||||
virtual bool connectJtagToMCU() {return false;}
|
||||
|
||||
Reference in New Issue
Block a user