D6: also hide declaration behind conditional
This commit is contained in:
parent
db096557d4
commit
ed9f52dd85
2 changed files with 4 additions and 1 deletions
Firmware
|
@ -405,7 +405,7 @@ void dcode_5()
|
|||
}
|
||||
#endif //DEBUG_DCODE5
|
||||
|
||||
#if defined DEBUG_DCODE6 || defined DEBUG_DCODES
|
||||
#if defined(XFLASH) && (defined DEBUG_DCODE6 || defined DEBUG_DCODES)
|
||||
/*!
|
||||
### D6 - Read/Write external FLASH <a href="https://reprap.org/wiki/G-code#D6:_Read.2FWrite_external_FLASH">D6: Read/Write external Flash</a>
|
||||
Reserved
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue