From 1bd23d63e9295865354301b1dfeb56ef79aa3cd2 Mon Sep 17 00:00:00 2001 From: travisutk Date: Mon, 5 Oct 2009 14:33:21 +0000 Subject: [PATCH] Oops, invalid prefix. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@185 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/include/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.20.1