f0x.at1/stm32l4a6zg-f0x.at1/Core/Inc/ringbuf_test.h

16 lines
196 B
C

/*
* ringbuf_test.h
*
* Created on: Jul 14, 2022
* Author: tom
*/
#ifndef INC_RINGBUF_TEST_H_
#define INC_RINGBUF_TEST_H_
void ringbuf_test(void);
#endif /* INC_RINGBUF_TEST_H_ */