15 lines
161 B
C
15 lines
161 B
C
|
|
/*
|
||
|
|
* debug.h
|
||
|
|
*
|
||
|
|
* Created on: Apr 20, 2026
|
||
|
|
* Author: user
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef SRC_DEBUG_H_
|
||
|
|
#define SRC_DEBUG_H_
|
||
|
|
|
||
|
|
void debug(void);
|
||
|
|
|
||
|
|
|
||
|
|
#endif /* SRC_DEBUG_H_ */
|