===========================================================================
| 10187 | |
| 10188 | //=========================================================================== |
| 10189 | void InterceptBreakpoints(uint8_t slot, CBFUNCTION cbfunction) |
| 10190 | { |
| 10191 | g_interceptBreakpointsSlot = slot; |
| 10192 | g_InterceptBreakpointsCB = cbfunction; |
| 10193 | } |