We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ccb2c0 + a142327 commit 4650504Copy full SHA for 4650504
Firmata.h
@@ -128,7 +128,7 @@ class FirmataClass
128
129
/* private methods ------------------------------ */
130
void strobeBlinkPin(byte pin, int count, int onInterval, int offInterval);
131
- friend void FirmataMarshaller::encodeByteStream (size_t bytec, uint8_t * bytev, size_t max_bytes = 0) const;
+ friend void FirmataMarshaller::encodeByteStream (size_t bytec, uint8_t * bytev, size_t max_bytes) const;
132
133
/* callback functions */
134
static callbackFunction currentAnalogCallback;
0 commit comments