temperaturecontrol: allow setting background tool without activating
[clinton/Smoothieware.git] / src / modules / tools / toolmanager / ToolManagerPublicAccess.h
CommitLineData
38b9f24a
L
1#ifndef __TOOLMANAGERPUBLICACCESS_H
2#define __TOOLMANAGERPUBLICACCESS_H
3
4// addresses used for public data access
5#define tool_manager_checksum CHECKSUM("tool_manager")
6#define current_tool_name_checksum CHECKSUM("current_tool_name")
8e8b938e 7#define is_active_tool_checksum CHECKSUM("is_active_tool")
40843ebc 8#define get_active_tool_checksum CHECKSUM("get_active_tool")
38b9f24a
L
9
10#endif // __TOOLMANAGERPUBLICACCESS_H
11