mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-07 06:57:27 -06:00
🎨 Heading cleanup
This commit is contained in:
parent
938d7b5e14
commit
c4482083ac
2 changed files with 26 additions and 7 deletions
|
@ -1,11 +1,31 @@
|
||||||
/*-----------------------------------------------------------------------
|
/**
|
||||||
/ * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
* Marlin 3D Printer Firmware
|
||||||
/ * Copyright (c) 2019 BigTreeTech [https://github.com/bigtreetech]
|
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
||||||
/ * Low level disk interface module include file (C)ChaN, 2015
|
*
|
||||||
/-----------------------------------------------------------------------*/
|
* Based on Sprinter and grbl.
|
||||||
|
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
/*-----------------------------------------------------------------------
|
||||||
|
/ * Copyright (c) 2019 BigTreeTech [https://github.com/bigtreetech]
|
||||||
|
/ * Low level disk interface module include file (c) ChaN, 2015
|
||||||
|
/-----------------------------------------------------------------------*/
|
||||||
|
|
||||||
#define _DISKIO_WRITE 1 /* 1: Enable disk_write function */
|
#define _DISKIO_WRITE 1 /* 1: Enable disk_write function */
|
||||||
#define _DISKIO_IOCTL 1 /* 1: Enable disk_ioctl function */
|
#define _DISKIO_IOCTL 1 /* 1: Enable disk_ioctl function */
|
||||||
#define _DISKIO_ISDIO 0 /* 1: Enable iSDIO control function */
|
#define _DISKIO_ISDIO 0 /* 1: Enable iSDIO control function */
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue