Project

General

Profile

Statistics
| Branch: | Revision:

root / scout_avr / src / debug.h @ 86b48573

History | View | Annotate | Download (72 Bytes)

1 31f4a032 Tom Mullins
#ifndef _DEBUG_H
2
#define _DEBUG_H
3
4
void debug(const char *str);
5
6
#endif