10 lines
110 B
C
10 lines
110 B
C
|
#ifndef ECO_H
|
||
|
#define ECO_H
|
||
|
|
||
|
#ifdef SUBPROJECT_rev1
|
||
|
#include "rev1.h"
|
||
|
#endif
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
#endif
|