diff options
author | AJM <poslathian@poslathian.(none)> | 2010-04-25 17:42:34 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-05-20 22:09:16 -0400 |
commit | ba9ff3861bbcc17c78086b1887691c324f13ba0e (patch) | |
tree | 15e3203954cc568065b219a576a344ebbeaeefdd /core/usb/usb_callbacks.h | |
parent | fc4b9b386a80d06c73e03d70767643aae3961e2a (diff) | |
download | librambutan-ba9ff3861bbcc17c78086b1887691c324f13ba0e.tar.gz librambutan-ba9ff3861bbcc17c78086b1887691c324f13ba0e.zip |
added a delay to the resrt slide to allow enough time for graceul closures of the serial port
Diffstat (limited to 'core/usb/usb_callbacks.h')
-rw-r--r-- | core/usb/usb_callbacks.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/usb/usb_callbacks.h b/core/usb/usb_callbacks.h index b95ea15..f8a2ef3 100644 --- a/core/usb/usb_callbacks.h +++ b/core/usb/usb_callbacks.h @@ -28,7 +28,9 @@ typedef struct { typedef enum { START, NDTR_NRTS, - DTR_NRTS + DTR_NRTS, + RESET_NEXT, + RESET_NOW } RESET_STATE; extern RESET_STATE reset_state; /* tracks DTR/RTS */ |