Fixed compilation bug: FIFOValue was used in GPU.h without #include'ing
FIFO.h, so it ends up having two 'declarations' of FIFOValue
This commit is contained in:
parent
8157759485
commit
30022dea74
|
@ -28,6 +28,7 @@
|
|||
#include <stdio.h>
|
||||
#include "mem.h"
|
||||
#include "registers.h"
|
||||
#include "FIFO.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue