Bluetooth: tests: tester: Add an init log message

Add a log message to let people running the test know that the tester
booted up correctly.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2020-02-20 19:38:24 +01:00 committed by Johan Hedberg
commit b01cd4c7bb

View file

@ -260,6 +260,8 @@ void tester_init(void)
int i;
struct btp_buf *buf;
LOG_DBG("Initializing tester");
for (i = 0; i < CMD_QUEUED; i++) {
k_fifo_put(&avail_queue, &cmd_buf[i]);
}