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

14 lines
194 B
C
Raw Normal View History

2022-07-15 12:44:08 +02:00
/*
* 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_ */