Skip to content

Commit

Permalink
Export the Serial.write(bytes, size) to match the Wiring spec (http:/…
Browse files Browse the repository at this point in the history
  • Loading branch information
Slavey Karadzhov committed Jul 21, 2016
1 parent 7aa64e6 commit a7519d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sming/SmingCore/HardwareSerial.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ class HardwareSerial : public Stream
*/
static void delegateTask (os_event_t *inputEvent);

using Stream::write;

private:
int uart;
static HWSerialMemberData memberData[NUMBER_UARTS];
Expand Down

0 comments on commit a7519d7

Please sign in to comment.