Frank 8 years ago
parent
commit
fc3ef1ecf4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      teensy3/Print.cpp

+ 1
- 1
teensy3/Print.cpp View File

@@ -80,7 +80,7 @@ __attribute__((weak))
int _write(int file, char *ptr, int len)
{
((class Print *)file)->write((uint8_t *)ptr, len);
return 0;
return len;
}
}


Loading…
Cancel
Save