Skip to content

Commit

Permalink
Update application.c
Browse files Browse the repository at this point in the history
  • Loading branch information
SmejkalJakub committed Aug 16, 2019
1 parent 1a14462 commit 62b394e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/application.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ void tmp112_event_handler(bc_tmp112_t *self, bc_tmp112_event_t event, void *even

void bc_change_qr_value(uint64_t *id, const char *topic, void *value, void *param)
{
bc_led_blink(&led, 3);
int command = (int *) param;

strncpy(qr_code, value, sizeof(qr_code));
Expand Down Expand Up @@ -150,7 +149,6 @@ char get_passwd()

for(; qr_code[i] != ';'; i++)
{
bc_log_debug("ahoj");
password[i - start_i] = qr_code[i];
}

Expand Down

0 comments on commit 62b394e

Please sign in to comment.