diff options
Diffstat (limited to 'command.h')
| -rw-r--r-- | command.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -19,5 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | #define COMMAND | 19 | #define COMMAND |
| 20 | 20 | ||
| 21 | uint8_t command_proc(void); | 21 | uint8_t command_proc(void); |
| 22 | /* This allows to extend commands. Return 0 when command is not processed. */ | ||
| 23 | uint8_t command_extra(void); | ||
| 22 | 24 | ||
| 23 | #endif | 25 | #endif |
