1
0
Fork 0

CANopenNode\309\CO_gateway_ascii.c(32,0): warning 537: repeated include file 'string.h'

This commit is contained in:
temi54c1l8 2024-06-27 10:17:29 +02:00
parent 646eac142b
commit b02b7424f0

View file

@ -24,12 +24,13 @@
* limitations under the License.
*/
#include <string.h>
#include "309/CO_gateway_ascii.h"
#if ((CO_CONFIG_GTW) & CO_CONFIG_GTW_ASCII) != 0
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <inttypes.h>
#include <stdio.h>