mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-31 10:16:11 +02:00
typo's, added git as dependency
This commit is contained in:
+2
-2
@@ -82,7 +82,7 @@ void CologneChip::reset()
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtain CFG_DONE and CFG_FAILED signals. Configuration is successfull iff
|
||||
* Obtain CFG_DONE and CFG_FAILED signals. Configuration is successful if
|
||||
* CFG_DONE=true and CFG_FAILED=false.
|
||||
*/
|
||||
bool CologneChip::cfgDone()
|
||||
@@ -99,7 +99,7 @@ bool CologneChip::cfgDone()
|
||||
}
|
||||
|
||||
/**
|
||||
* Prints information if configuration was successfull.
|
||||
* Prints information if configuration was successful.
|
||||
*/
|
||||
void CologneChip::waitCfgDone()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user