From: travisutk Date: Mon, 5 Oct 2009 14:33:21 +0000 (+0000) Subject: Oops, invalid prefix. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=1bd23d63e9295865354301b1dfeb56ef79aa3cd2 Oops, invalid prefix. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@185 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/firmware/include/command.h b/firmware/include/command.h index 8c7f72b..f781e2c 100644 --- a/firmware/include/command.h +++ b/firmware/include/command.h @@ -6,7 +6,7 @@ //! Global data buffer. #ifndef CMDDATALEN -#define CMDDATALEN 0x0x204 +#define CMDDATALEN 0x204 #endif extern unsigned char cmddata[CMDDATALEN];