Merge pull request #19 from triffid/extruder-pins
[clinton/Smoothieware.git] / gcc4mbed / mri / mri.h
CommitLineData
3c132bd0
AW
1/* Copyright 2011 Adam Green (http://mbed.org/users/AdamGreen/)\r
2\r
3 This program is free software: you can redistribute it and/or modify\r
4 it under the terms of the GNU Lesser General Public License as published\r
5 by the Free Software Foundation, either version 3 of the License, or\r
6 (at your option) any later version.\r
7\r
8 This program is distributed in the hope that it will be useful,\r
9 but WITHOUT ANY WARRANTY; without even the implied warranty of\r
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r
11 GNU Lesser General Public License for more details.\r
12\r
13 You should have received a copy of the GNU Lesser General Public License\r
14 along with this program. If not, see <http://www.gnu.org/licenses/>. \r
15*/\r
16/* Monitor for Remote Inspection header file. */\r
17#ifndef _MRI_H_\r
18#define _MRI_H_\r
19\r
20extern "C" void MriInit(void);\r
21#define __debugbreak() { __asm volatile ("bkpt #0"); }\r
22\r
23#endif /* _MRI_H_ */\r