mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
esp32x/wlan: Fix error: increment of a boolean expression
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
346c3a1e83
commit
45fb96c508
@@ -142,7 +142,7 @@ struct wlan_ops_s
|
||||
|
||||
struct wlan_priv_s
|
||||
{
|
||||
bool ref; /* Reference count */
|
||||
int ref; /* Reference count */
|
||||
|
||||
bool ifup; /* true:ifup false:ifdown */
|
||||
|
||||
|
||||
@@ -140,7 +140,7 @@ struct wlan_ops
|
||||
|
||||
struct wlan_priv_s
|
||||
{
|
||||
bool ref; /* Referernce count */
|
||||
int ref; /* Referernce count */
|
||||
|
||||
bool ifup; /* true:ifup false:ifdown */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user