KM3NeT CLB  2.0
KM3NeT CLB v2 Embedded Software
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
debug.c
1 /*
2  * KM3NeT CLB v2 Firmware
3  * ----------------------
4  *
5  * Copyright 2013 KM3NeT Collaboration
6  *
7  * All Rights Reserved.
8  *
9  *
10  * File : debug.c
11  * Created : 1 feb. 2013
12  * Author : Vincent van Beveren
13  */
14 
15 
16 
17 void _handle_break()
18 {
19 
20 }
21 
22 void _handle_watchpoint()
23 {
24 
25 }