1
0
Fork 0

CO_fifo: static analysis: repeated include file 'string.h'

This commit is contained in:
temi54c1l8 2024-06-26 15:38:36 +02:00
parent 5749014c16
commit 4a8c750cbf

View file

@ -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"