misfire
Joined: 06 Sep 2004 Posts: 120 Location: Germany
|
Posted: Tue Dec 20, 2005 7:14 pm Post subject: hwbp.h patch |
|
|
You need to apply the following patch if you want to use both debug.h and hwbp.h:
| Code: | Index: hwbp.h
===================================================================
--- hwbp.h (revision 1240)
+++ hwbp.h (working copy)
@@ -11,8 +11,8 @@
# Hardware breakpoint functions
*/
-#ifndef __DEBUG_H__
-#define __DEBUG_H__
+#ifndef __HWBP_H__
+#define __HWBP_H__
#include <tamtypes.h>
|
|
|