diff options
Diffstat (limited to 'common/command.h')
| -rw-r--r-- | common/command.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/command.h b/common/command.h index 4888f5ee0..dafd4d0f3 100644 --- a/common/command.h +++ b/common/command.h | |||
| @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 18 | #ifndef COMMAND_H | 18 | #ifndef COMMAND_H |
| 19 | #define COMMAND | 19 | #define COMMAND |
| 20 | 20 | ||
| 21 | uint8_t command_proc(void); | 21 | bool command_proc(uint8_t code); |
| 22 | /* This allows to extend commands. Return 0 when command is not processed. */ | 22 | /* This allows to extend commands. Return 0 when command is not processed. */ |
| 23 | uint8_t command_extra(void); | 23 | bool command_extra(uint8_t code); |
| 24 | 24 | ||
| 25 | #endif | 25 | #endif |
