Skip to content

Commit

Permalink
fal_rtt.c:53:9: warning: implicit declaration of function 'memcpy'
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqingli05 committed Dec 19, 2024
1 parent 47a43a6 commit bc55f3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/fal/src/fal_rtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
*/

#include <fal.h>
#include <string.h>
#include <stdlib.h>
#include <rtdevice.h>

#define DBG_TAG "FAL"
Expand Down

0 comments on commit bc55f3f

Please sign in to comment.