UoS³ Flight Computer Firmware
 All Data Structures Files Functions Groups Pages
pn9.h
1 
11 #ifndef __UTIL_PN9_H__
12 #define __UTIL_PN9_H__
13 
14 #include "../firmware.h"
15 
27 void Util_pn9(uint8_t *buffer, uint32_t preroll, uint32_t length);
28 
29 #endif /* __UTIL_PN9_H__ */
void Util_pn9(uint8_t *buffer, uint32_t preroll, uint32_t length)
Definition: pn9.c:11