projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add support for ATmega168p CPU
[pub/USBasp.git]
/
firmware
/
usbdrv
/
oddebug.h
diff --git
a/firmware/usbdrv/oddebug.h
b/firmware/usbdrv/oddebug.h
index
1b11ef0
..
851f84d
100644
(file)
--- a/
firmware/usbdrv/oddebug.h
+++ b/
firmware/usbdrv/oddebug.h
@@
-4,8
+4,7
@@
* Creation Date: 2005-01-16
* Tabsize: 4
* Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH
* Creation Date: 2005-01-16
* Tabsize: 4
* Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH
- * License: GNU GPL v2 (see License.txt) or proprietary (CommercialLicense.txt)
- * This Revision: $Id: oddebug.h 275 2007-03-20 09:58:28Z cs $
+ * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
*/
#ifndef __oddebug_h_included__
*/
#ifndef __oddebug_h_included__
@@
-29,10
+28,7
@@
the output and a memory block to dump in hex ('data' and 'len').
#endif
/* make sure we have the UART defines: */
#endif
/* make sure we have the UART defines: */
-#include "iarcompat.h"
-#ifndef __IAR_SYSTEMS_ICC__
-# include <avr/io.h>
-#endif
+#include "usbportability.h"
#ifndef uchar
# define uchar unsigned char
#ifndef uchar
# define uchar unsigned char