Skip to content

Commit

Permalink
Fix the documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsusid committed Mar 29, 2023
1 parent 475b1b6 commit 6303806
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/platform/Infineon/CYW30739/EventFlags.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@

/**
* @file
* Provides an implementation of the event flags for the platform.
* Provides a class that serves as a wrapper for the event system of CYW30739
* platform's underlying RTOS. An event instance is comprised of 32 flags.
* Each flag can be utilized for thread synchronization purposes.
*/
#include "EventFlags.h"

Expand Down
6 changes: 4 additions & 2 deletions src/platform/Infineon/CYW30739/EventFlags.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@

/**
* @file
* Provides an implementation of the event flags for the platform.
* Provides a class that serves as a wrapper for the event system of CYW30739
* platform's underlying RTOS. An event instance is comprised of 32 flags.
* Each flag can be utilized for thread synchronization purposes.
*/

#pragma once
Expand All @@ -30,7 +32,7 @@ namespace chip {
namespace DeviceLayer {

/**
* Concrete implementation of the PlatformManager singleton object for the platform.
* A class represents an event group with 32 flags.
*/
class EventFlags
{
Expand Down

0 comments on commit 6303806

Please sign in to comment.