Skip to content

Commit

Permalink
[dev_model] add HAL_Printf() declaration in solo.c
Browse files Browse the repository at this point in the history
Signed-off-by: yusheng <[email protected]>
  • Loading branch information
yusheng committed Mar 15, 2019
1 parent 930cb2a commit 1c8ce92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dev_model/examples/solo.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#define DEVICE_NAME "test_06"
#define DEVICE_SECRET "wQ1xOzFH3kLdjCTLfi8Xbw4otRz0lHoq"

void HAL_Printf(const char *fmt, ...);

#define EXAMPLE_TRACE(fmt, ...) \
do { \
Expand Down

0 comments on commit 1c8ce92

Please sign in to comment.