fix: explicitely import string.h in the oryx protocol files (#365)

This commit is contained in:
Florian Didron
2023-01-03 17:05:12 +09:00
committed by GitHub
parent bb7f824ced
commit 6a40c2b9bb

View File

@@ -1,3 +1,4 @@
#include <string.h>
#include "oryx.h"
#include "eeprom.h"