2.3.2.1 FRAME_CHECK_SIZE
#define FRAME_CHECK_SIZE (2U)
Length of the frame check field in bytes.
Length of the frame bytes needed.
MISRA C:2012 Deviation Advisory: misra-c2012- 2.5
Justification: This is a false positive.This is the length of bytes that must be defined in the FTP Handler buffer in order to properly implement the current transport layer.
