/* * debug.h * * Created on: Apr 20, 2026 * Author: user */ #ifndef SRC_DEBUG_H_ #define SRC_DEBUG_H_ void debug(void); #endif /* SRC_DEBUG_H_ */