ringbuffer and tests
This commit is contained in:
6
cube/User/Inc/logger.h
Normal file
6
cube/User/Inc/logger.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef _LOGGER_H_
|
||||
#define _LOGGER_H_
|
||||
|
||||
void log(char *msg);
|
||||
|
||||
#endif // _LOGGER_H_
|
Reference in New Issue
Block a user