pkarashchenko commented on code in PR #6935: URL: https://github.com/apache/incubator-nuttx/pull/6935#discussion_r956593438
########## drivers/wireless/bluetooth/bt_bridge.c: ########## @@ -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; Review Comment: Do we need any dependency on atomic config?or atomic_uint is supported unconditionally? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org