mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-31 18:26:14 +02:00
Make IDCODE unsigned
This commit is contained in:
+1
-1
@@ -250,7 +250,7 @@ void Altera::program(unsigned int offset, bool unprotect_flash)
|
||||
}
|
||||
}
|
||||
|
||||
int Altera::idCode()
|
||||
uint32_t Altera::idCode()
|
||||
{
|
||||
unsigned char tx_data[4] = {IDCODE};
|
||||
unsigned char rx_data[4];
|
||||
|
||||
Reference in New Issue
Block a user