Skip to content

Commit

Permalink
coap_subscribe_internal.h: Fix "unbalanced grouping commands"
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrentz authored and mrdeep1 committed Dec 19, 2024
1 parent b7eee79 commit 72190a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/coap3/coap_subscribe_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@

#include "coap_internal.h"

#if COAP_SERVER_SUPPORT

/**
* @ingroup internal_api
* @defgroup subscribe_internal Observe Subscription
* Internal API for handling CoAP Observe Subscriptions (RFC7641)
* @{
*/

#if COAP_SERVER_SUPPORT
/**
* Number of notifications that may be sent non-confirmable before a confirmable
* message is sent to detect if observers are alive. The maximum allowed value
Expand Down

0 comments on commit 72190a8

Please sign in to comment.