코드/주석 정리
This commit is contained in:
+1
-3
@@ -15,7 +15,7 @@
|
||||
/*==============================================================================
|
||||
* Firmware identification : Default values, can be overridden by NVS
|
||||
*============================================================================*/
|
||||
#define FIRMWARE_VERSION "TSTFW042"
|
||||
#define FIRMWARE_VERSION "VBTFW0200"
|
||||
#define HARDWARE_VERSION "VB0HW0000"
|
||||
#define SERIAL_NUMBER "VBT260300ZZ"
|
||||
#define DEFAULT_PASSKEY "123456"
|
||||
@@ -33,7 +33,6 @@
|
||||
/*==============================================================================
|
||||
* Enumerations
|
||||
*============================================================================*/
|
||||
|
||||
typedef enum
|
||||
{
|
||||
OFF = 0,
|
||||
@@ -61,7 +60,6 @@ typedef enum
|
||||
/*==============================================================================
|
||||
* Function declarations
|
||||
*============================================================================*/
|
||||
|
||||
void sleep_mode_enter(void);
|
||||
void sleep_mode_enter_reason(const char *reason);
|
||||
void device_power_off(void);
|
||||
|
||||
Reference in New Issue
Block a user