From 9b6f24d69f3001e60e1ea72593afb69636fe1624 Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Fri, 15 Jan 2010 18:30:36 +0000 Subject: - USBATTR_BUSPOWER does not exist any more --- tests/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/main.c b/tests/main.c index 9a6216c..fa23ca4 100644 --- a/tests/main.c +++ b/tests/main.c @@ -79,7 +79,7 @@ static PROGMEM char myDescriptorConfiguration[] = { /* USB configuration descrip #if USB_CFG_IS_SELF_POWERED USBATTR_SELFPOWER, /* attributes */ #else - (char)USBATTR_BUSPOWER, /* attributes */ + 0, /* attributes */ #endif USB_CFG_MAX_BUS_POWER/2, /* max USB current in 2mA units */ /* interface descriptor follows inline: */ -- cgit v1.2.3