Now works as OpenPGPcard v1

This commit is contained in:
NIIBE Yutaka
2010-08-23 16:44:02 +09:00
parent c4f1bc576b
commit 8ee8d3eb27
6 changed files with 126 additions and 11 deletions

View File

@@ -26,7 +26,6 @@
#include "ch.h"
#include "hal.h"
#include "test.h"
#include "usb_lld.h"
#include "usb_lib.h"
@@ -167,7 +166,7 @@ static msg_t Thread2 (void *arg)
static WORKING_AREA(waUSBthread, 128*2);
extern msg_t USBthread (void *arg);
static WORKING_AREA(waGPGthread, 128*4);
static WORKING_AREA(waGPGthread, 128*16);
extern msg_t GPGthread (void *arg);
/*