fix configure: Thanks to Sumedha Widyadharma

This commit is contained in:
NIIBE Yutaka
2013-09-25 13:21:13 +09:00
parent d222998955
commit ec195b290c
7 changed files with 40 additions and 16 deletions

View File

@@ -121,8 +121,7 @@ extern void *USBthread (void *arg);
#define LED_TIMEOUT_STOP (200*1000)
/* It has two-byte prefix and content is "FSIJ-1.0.1-" (2 + 11*2). */
#define ID_OFFSET 24
#define ID_OFFSET (2+SERIALNO_STR_LEN*2)
static void
device_initialize_once (void)
{