Skip to content

Commit

Permalink
Merge pull request #9 from OpenThingsIO/write-pgm
Browse files Browse the repository at this point in the history
update type signature in header
  • Loading branch information
arfrie22 authored Jun 21, 2024
2 parents 2611713 + 2428eee commit 99f0335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Response.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ namespace OTF {
void writeBodyChunk(const __FlashStringHelper *const format, ...);

void writeBodyData(const char *data, size_t max_length);
void writeBodyData(const __FlashStringHelper *const data);
void writeBodyData(const __FlashStringHelper *const data, size_t max_length);
};
}// namespace OTF
#endif

0 comments on commit 99f0335

Please sign in to comment.