Added cmd.c and cmd.h
Functions in main copied to cmd.c
This commit is contained in:
15
project/Core/Inc/cmd.h
Normal file
15
project/Core/Inc/cmd.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* cmd.h
|
||||
*
|
||||
* Created on: 13 Nov 2023
|
||||
* Author: gertr
|
||||
*/
|
||||
|
||||
#ifndef INC_CMD_H_
|
||||
#define INC_CMD_H_
|
||||
|
||||
|
||||
void echo_init( void );
|
||||
|
||||
|
||||
#endif /* INC_CMD_H_ */
|
||||
Reference in New Issue
Block a user