Files
AUTOM/workspace/AUTOM10/Core/Src/debug.h

15 lines
161 B
C
Raw Normal View History

2026-04-27 22:04:15 +02:00
/*
* debug.h
*
* Created on: Apr 20, 2026
* Author: user
*/
#ifndef SRC_DEBUG_H_
#define SRC_DEBUG_H_
void debug(void);
#endif /* SRC_DEBUG_H_ */