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.c
diff --git
a/firmware/usbdrv/oddebug.c
b/firmware/usbdrv/oddebug.c
index
edd44ee
..
19bf142
100644
(file)
--- a/
firmware/usbdrv/oddebug.c
+++ b/
firmware/usbdrv/oddebug.c
@@
-4,18
+4,14
@@
* 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: Proprietary, free under certain conditions. See Documentation.
- * This Revision: $Id: oddebug.c 215 2006-07-10 21:54:51Z cs $
+ * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
*/
#include "oddebug.h"
#if DEBUG_LEVEL > 0
*/
#include "oddebug.h"
#if DEBUG_LEVEL > 0
-static uchar Warning__Never_compile_production_devices_with_debugging;
-/* The "#warning" preprocessor directive is non-standard. The unused static
- * variable above should give a compiler warning on all compilers.
- */
+#warning "Never compile production devices with debugging enabled"
static void uartPutc(char c)
{
static void uartPutc(char c)
{