From ba9ff3861bbcc17c78086b1887691c324f13ba0e Mon Sep 17 00:00:00 2001 From: AJM Date: Sun, 25 Apr 2010 17:42:34 -0400 Subject: added a delay to the resrt slide to allow enough time for graceul closures of the serial port --- core/usb/usb_callbacks.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/usb/usb_callbacks.h') 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 */ -- cgit v1.2.3