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:
parent
5af621282e
commit
b01cd4c7bb
1 changed files with 2 additions and 0 deletions
|
@ -260,6 +260,8 @@ void tester_init(void)
|
||||||
int i;
|
int i;
|
||||||
struct btp_buf *buf;
|
struct btp_buf *buf;
|
||||||
|
|
||||||
|
LOG_DBG("Initializing tester");
|
||||||
|
|
||||||
for (i = 0; i < CMD_QUEUED; i++) {
|
for (i = 0; i < CMD_QUEUED; i++) {
|
||||||
k_fifo_put(&avail_queue, &cmd_buf[i]);
|
k_fifo_put(&avail_queue, &cmd_buf[i]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue