Fork of Smoothie to port to mbed non-LPC targets.

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

libs/MRI_Hooks.h

Committer:
Michael J. Spencer
Date:
2014-02-28
Revision:
2:1df0b61d3b5a

File content as of revision 2:1df0b61d3b5a:

#ifndef _MRI_HOOKS_H
#define _MRI_HOOKS_H

extern "C" {
    void __mriPlatform_EnteringDebuggerHook();
    void __mriPlatform_LeavingDebuggerHook();

    void set_high_on_debug(int port, int pin);
    void set_low_on_debug(int port, int pin);
}

#endif /* _MRI_HOOKS_H */