Fix XBee on Energia?

This commit is contained in:
SRGDamia1
2018-02-20 11:08:27 -05:00
parent 6ad1aec0bd
commit 78f1b4b970
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ public:
virtual int read(uint8_t *buf, size_t size) {
TINY_GSM_YIELD();
return at->stream.readBytes(buf, size);
return at->stream.readBytes((uint8_t*)buf, size);
}
virtual int read() {