Add doxygen comment

This commit is contained in:
GOB
2025-07-17 16:22:02 +09:00
parent 7a1741497f
commit 4ebaa7c1df
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -151,10 +151,10 @@ bool UnitSYN115::send(const uint8_t burst_transmission_count)
// preamble
_rmt_buffer.insert(_rmt_buffer.begin(), std::begin(preamble_array), std::end(preamble_array));
_closing = true;
// EOF
_rmt_buffer.push_back(rmt_eof);
_closing = true;
}
// auto wait = estimate_tx_timeout_ticks();
+2
View File
@@ -65,10 +65,12 @@ public:
///@name Communication identifier
///@{
//! @brief Get communication identifier
inline rf433::communication_identifier_t communicationIdentifier() const
{
return _comm_id;
}
//! @brief Set communication identifier
inline void setCommunicationIdentifier(rf433::communication_identifier_t id)
{
_comm_id = id;