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.
1 parent 1ccb2c0 commit a142327Copy full SHA for a142327
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