Skip to content

Commit

Permalink
uncomment string.h include again
Browse files Browse the repository at this point in the history
  • Loading branch information
lefty01 committed Dec 3, 2024
1 parent 120564f commit c734bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <Arduino.h> // for string type
//#warning fix include error for string type remove arduino (use std:string?? it might be faster)
//#include <string.h>
#include <string.h>

extern const char* VERSION;

Expand Down

0 comments on commit c734bf5

Please sign in to comment.