Skip to content

Commit

Permalink
Fix warning for build argument has not effect (#2186)
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored Aug 17, 2020
1 parent fa6b522 commit e70aa55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/message/CHIPRMPConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
* for the CHIP Reliable Messaging Protocol.
*
*/
#ifndef CHIP_RM_CONFIG_H_
#define CHIP_RM_CONFIG_H_
#ifndef CHIP_RMP_CONFIG_H_
#define CHIP_RMP_CONFIG_H_

namespace chip {

Expand Down Expand Up @@ -134,4 +134,4 @@ const RMPConfig gDefaultRMPConfig = { CHIP_CONFIG_RMP_DEFAULT_INITIAL_RETRANS_TI

} // namespace chip

#endif // CHIP_RM_CONFIG_H_
#endif // CHIP_RMP_CONFIG_H_

0 comments on commit e70aa55

Please sign in to comment.