From b55240eb43a92c552003b8b324a385e041f84f12 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 Dec 2015 02:10:53 +0000 Subject: fish --- app/project.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app/project.h') diff --git a/app/project.h b/app/project.h index 19bb5b2..3b34853 100644 --- a/app/project.h +++ b/app/project.h @@ -1,7 +1,10 @@ #include #include +#include +#include #include #include +#include #include #include #include @@ -20,7 +23,14 @@ #include +#ifndef SLIM #include "i2c.h" +#endif +#define RETENTION_TIME 10000 + +#ifndef USB_REQ_TYPE_OUT +#define USB_REQ_TYPE_OUT 0x0 +#endif #include "prototypes.h" -- cgit v1.2.3