fix typo and unused include

This commit is contained in:
Jean-François Nguyen 2018-09-06 17:07:14 +02:00
parent fb24ac0ecc
commit 22c0131324
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include <spr-defs.h> #include <spr-defs.h>
#endif #endif
#if defined (__vexriscv___) || defined(__minerva__) #if defined (__vexriscv__)
#include <csr-defs.h> #include <csr-defs.h>
#endif #endif