mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
bt_bridge: Fix error: address argument to atomic operation must be a pointer to _Atomic type
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -69,7 +69,7 @@ struct bt_bridge_s
|
||||
#ifdef CONFIG_BLUETOOTH_BRIDGE_BTSNOOP
|
||||
FAR struct snoop_s *snoop;
|
||||
#endif /* CONFIG_BLUETOOTH_BRIDGE_BTSNOOP */
|
||||
uint8_t refs;
|
||||
atomic_uint refs;
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user