Skip to content

Commit

Permalink
add string.h
Browse files Browse the repository at this point in the history
  • Loading branch information
AlkaMotors committed Sep 10, 2024
1 parent b0db10e commit 1f99dcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ an settings option)
#include "targets.h"
#include <stdint.h>
#include <assert.h>
#include <string.h>

#ifdef USE_LED_STRIP
#include "WS2812.h"
Expand Down

0 comments on commit 1f99dcd

Please sign in to comment.