Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
attdona committed Sep 26, 2017
1 parent 94b84f2 commit faf05c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burba/sys/bocia/bocia.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ int8_t bocia_input_handler(bocia_channel_t *rd, proto_msg_t command_id,

ack.id = command_id.type;

DEBUG("executing [%d] message\n", command_id.type;
DEBUG("executing [%d] message\n", command_id.type);

switch (command_id.type) {
case COMMAND_TYPE: {
Expand Down

0 comments on commit faf05c6

Please sign in to comment.