mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 18:15:56 -04:00
fix camera compile issue
Signed-off-by: stonesxd <shixindong@huawei.com> Change-Id: If47476a6a71e1aed7270223c7c468285682dfa35
This commit is contained in:
@@ -229,9 +229,9 @@ typedef enum {
|
||||
*
|
||||
*/
|
||||
typedef enum {
|
||||
INVALID = 0, /**< Invalid connection */
|
||||
CONNECTED, /**< Connected */
|
||||
DISCONNECTED /**< Disconnected */
|
||||
CON_INVALID = 0, /**< Invalid connection */
|
||||
CONNECTED, /**< Connected */
|
||||
DISCONNECTED /**< Disconnected */
|
||||
} Connection;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user