Browse Source

Add missing include for memset

pull/241/head
Me No Dev 5 years ago committed by GitHub
parent
commit
a5ccbecf08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      driver/sccb.c

1
driver/sccb.c

@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
*
*/
#include <stdbool.h>
#include <string.h>
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
#include "sccb.h"

Loading…
Cancel
Save