Loggy_McLogger/Core/Inc/cir_buf.h

21 lines
429 B
C
Raw Normal View History

2024-06-24 20:13:52 -05:00
/**
*********************************************************************
*
* @file cir_buf.h
* @brief Circular buffer header file
*
* @date 2024-04-21 18:36:52
* @author CT
*
* @details Provides an interface for creating and interacting with circular
* buffers.
*
*************************************************************************
**/
#ifndef _CIR_BUF_H_
#define _CIR_BUF_H_
#endif /* _CIR_BUF_H_ */