14 lines
163 B
C
14 lines
163 B
C
#ifndef ECO_H
|
|
#define ECO_H
|
|
|
|
#ifdef SUBPROJECT_rev1
|
|
#include "rev1.h"
|
|
#endif
|
|
#ifdef SUBPROJECT_rev2
|
|
#include "rev2.h"
|
|
#endif
|
|
|
|
|
|
#include "quantum.h"
|
|
|
|
#endif |