summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcelo Bezerra <[email protected]>2021-06-07 20:44:53 +0200
committerhathach <[email protected]>2021-06-09 10:33:57 +0700
commitce634f226e59cccfb236371f85a62cb610ef80f6 (patch)
tree8ff3789f521dc0da2d9aa9b8497e0adb9b360ed3 /src
parent3842c806a6bd90a3be8431c4fa3fb8c46220a6bf (diff)
remove excess empty lines
Diffstat (limited to 'src')
-rw-r--r--src/class/hid/hid.h2
-rw-r--r--src/tusb_option.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/class/hid/hid.h b/src/class/hid/hid.h
index eac30c62e..0764bc228 100644
--- a/src/class/hid/hid.h
+++ b/src/class/hid/hid.h
@@ -33,12 +33,10 @@
#include "common/tusb_common.h"
-
#ifdef __cplusplus
extern "C" {
#endif
-
//--------------------------------------------------------------------+
// Common Definitions
//--------------------------------------------------------------------+
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 3adb4fcf9..6a6e31ee9 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -318,7 +318,6 @@
#define CFG_TUD_MAX_BUTTONS 16
#endif
-
//------------------------------------------------------------------
// Configuration Validation
//------------------------------------------------------------------