Added the HALT preprocessor directive so that these files may be used directly.
[goodfet] / shellcode / chipcon / cc1110 / cc1110-ext.h
index 7c84a0a..f3c73fc 100644 (file)
@@ -9,6 +9,11 @@
 #define _IOCCXX10_BITDEF_H\r
 \r
 \r
+//Added by Travis Goodspeed\r
+#define HALT __asm \\r
+  .byte 0xA5 \\r
+  __endasm;\r
+\r
 \r
 /* SEE DATA SHEET FOR DETAILS ABOUT THE FOLLOWING BIT MASKS */\r
 \r