CO_fifo: static analysis: repeated include file 'string.h'
This commit is contained in:
parent
5749014c16
commit
4a8c750cbf
1 changed files with 2 additions and 1 deletions
|
|
@ -23,11 +23,12 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "301/CO_fifo.h"
|
||||
|
||||
#if ((CO_CONFIG_FIFO) & CO_CONFIG_FIFO_ENABLE) != 0
|
||||
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include "crc16-ccitt.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue