mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
fix typo and unused include
This commit is contained in:
parent
fb24ac0ecc
commit
22c0131324
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <spr-defs.h>
|
||||
#endif
|
||||
|
||||
#if defined (__vexriscv___) || defined(__minerva__)
|
||||
#if defined (__vexriscv__)
|
||||
#include <csr-defs.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue