UoS³ Flight Computer Firmware
 All Data Structures Files Functions Groups Pages
buffer.h
1 /* @file buffer.h
2  *
3  * @ingroup tests
4  *
5  * @{
6  */
7 
8 #ifndef __BUFFER_TEST_H__
9 #define __BUFFER_TEST_H__
10 
11 #include "../../firmware.h"
12 
13 bool buffer_tests(void);
14 
15 #endif /* __BUFFER_TEST_H__ */
16