rusefi-1/firmware/globalaccess.h

14 lines
202 B
C
Raw Normal View History

2019-01-27 21:44:30 -08:00
/*
* globalaccess.h
*
* @date Jan 28, 2019
* @author Andrey Belomutskiy, (c) 2012-2019
*/
#ifndef GLOBALACCESS_H_
#define GLOBALACCESS_H_
2019-01-27 23:59:14 -08:00
#include "global_shared.h"
2019-01-27 21:44:30 -08:00
#endif /* GLOBALACCESS_H_ */