mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-03 20:30:48 +00:00
one step closer to a functional makefile..
This commit is contained in:
parent
8463e39a4a
commit
11f2dafc4e
4 changed files with 41 additions and 16 deletions
Marlin
|
@ -47,7 +47,6 @@ SdFile::SdFile(const char* path, uint8_t oflag) : SdBaseFile(path, oflag) {
|
|||
int16_t SdFile::write(const void* buf, uint16_t nbyte) {
|
||||
return SdBaseFile::write(buf, nbyte);
|
||||
}
|
||||
#warning F_CPU
|
||||
//------------------------------------------------------------------------------
|
||||
/** Write a byte to a file. Required by the Arduino Print class.
|
||||
* \param[in] b the byte to be written.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue