CANopenNode\309\CO_gateway_ascii.c(32,0): warning 537: repeated include file 'string.h'
This commit is contained in:
parent
646eac142b
commit
b02b7424f0
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue