From 20aa7da205f2cd5a58b298d039e769d7cb3856b5 Mon Sep 17 00:00:00 2001 From: Chick3nman Date: Wed, 27 Mar 2019 05:39:10 -0500 Subject: [PATCH] Fixed typo --- include/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/types.h b/include/types.h index b009d7222..fb2d2d79e 100644 --- a/include/types.h +++ b/include/types.h @@ -778,7 +778,7 @@ typedef enum user_options_map IDX_SPEED_ONLY = 0xff3d, IDX_SPIN_DAMP = 0xff3e, IDX_STATUS = 0xff3f, - IDX_STATUS_JSON = 0xff40 + IDX_STATUS_JSON = 0xff40, IDX_STATUS_TIMER = 0xff41, IDX_STDOUT_FLAG = 0xff42, IDX_STDIN_TIMEOUT_ABORT = 0xff43,