Skip to content

Commit

Permalink
doxy comments added
Browse files Browse the repository at this point in the history
  • Loading branch information
gigapod committed Jul 23, 2024
1 parent a66719b commit 62ae831
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/iot/iot_arduino/flxIoTArduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,10 @@ class DataLoggerAIOTConnectionHandler : public ConnectionHandler
///
typedef struct
{
/// @brief The type of the variable
flxDataType_t type;

/// @brief The variable itself - from the ArduinoIoTCloud library
void *variable;
} flxIoTArduinoVar_t;

Expand Down

0 comments on commit 62ae831

Please sign in to comment.