diff --git a/Marlin/twibus.h b/Marlin/twibus.h index 89257d3a1..32928a8e1 100644 --- a/Marlin/twibus.h +++ b/Marlin/twibus.h @@ -183,6 +183,7 @@ class TWIBus { * @details Send the buffer and clear it. */ void reply(char str[]=NULL); + inline void reply(const char str[]) { this->reply((char*)str); } #endif