Skip to content

Commit

Permalink
examples/bluetooth: Add include assert.h
Browse files Browse the repository at this point in the history
Add include assert.h.
  • Loading branch information
SPRESENSE committed Mar 9, 2022
1 parent f52cb13 commit 0ef5150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/bluetooth_a2dp_snk/bluetooth_a2dp_snk_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>
#include "system/readline.h"

#include <bluetooth/bluetooth.h>
Expand Down
1 change: 1 addition & 0 deletions examples/bluetooth_hfp_hf/bluetooth_hfp_hf_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "system/readline.h"

#include <bluetooth/bluetooth.h>
Expand Down

0 comments on commit 0ef5150

Please sign in to comment.