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 21:52:21 -08:00
|
|
|
#include "controllers/global_shared.h"
|
2019-01-27 21:44:30 -08:00
|
|
|
|
|
|
|
#endif /* GLOBALACCESS_H_ */
|