Skip to content

Commit 5ce7d66

Browse files
committed
fix multi-line comment error on esp32
1 parent bf9c339 commit 5ce7d66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/AdafruitIO_Definitions.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,14 @@ class AdafruitIOGroupCallback {
125125
///< Fingerprint
126126

127127
#define AIO_FEED_NAME_LENGTH \
128-
258 ///< Maximum length of an Adafruit IO Feed \
129-
///< Name; 128 + 1 + 128 for the group, a dot \
130-
///< , and actual feed name.
128+
258 ///< Maximum length of an Adafruit IO Feed: Name; 128 + 1 + 128 for the
129+
///< group, a dot, and actual feed name.
130+
131131
#define AIO_DATA_LENGTH \
132132
45 ///< Maximum length of data sent/recieved from Adafruit IO
133133
#define AIO_CSV_LENGTH \
134-
AIO_FEED_NAME_LENGTH + 4 ///< Maximum comma-separated-value length from \
135-
///< Adafruit IO
134+
AIO_FEED_NAME_LENGTH + \
135+
4 ///< Maximum comma-separated-value length from Adafruit IO
136136

137137
/** aio_status_t offers 13 status states */
138138
typedef enum {

0 commit comments

Comments
 (0)