remove excess empty lines

This commit is contained in:
Marcelo Bezerra 2021-06-07 20:44:53 +02:00 committed by hathach
parent 3842c806a6
commit ce634f226e
2 changed files with 0 additions and 3 deletions

View File

@ -33,12 +33,10 @@
#include "common/tusb_common.h" #include "common/tusb_common.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
//--------------------------------------------------------------------+ //--------------------------------------------------------------------+
// Common Definitions // Common Definitions
//--------------------------------------------------------------------+ //--------------------------------------------------------------------+

View File

@ -318,7 +318,6 @@
#define CFG_TUD_MAX_BUTTONS 16 #define CFG_TUD_MAX_BUTTONS 16
#endif #endif
//------------------------------------------------------------------ //------------------------------------------------------------------
// Configuration Validation // Configuration Validation
//------------------------------------------------------------------ //------------------------------------------------------------------