Host Action: Start (#19398)
This commit is contained in:
committed by
GitHub
parent
da1a60aeb6
commit
62206c0386
@ -62,6 +62,9 @@ void host_action(PGM_P const pstr, const bool eol) {
|
||||
#ifdef ACTION_ON_CANCEL
|
||||
void host_action_cancel() { host_action(PSTR(ACTION_ON_CANCEL)); }
|
||||
#endif
|
||||
#ifdef ACTION_ON_START
|
||||
void host_action_start() { host_action(PSTR(ACTION_ON_START)); }
|
||||
#endif
|
||||
|
||||
#if ENABLED(HOST_PROMPT_SUPPORT)
|
||||
|
||||
|
@ -44,6 +44,9 @@ void host_action(PGM_P const pstr, const bool eol=true);
|
||||
#ifdef ACTION_ON_CANCEL
|
||||
void host_action_cancel();
|
||||
#endif
|
||||
#ifdef ACTION_ON_START
|
||||
void host_action_start();
|
||||
#endif
|
||||
|
||||
#if ENABLED(HOST_PROMPT_SUPPORT)
|
||||
|
||||
|
Reference in New Issue
Block a user