Project

General

Profile

Statistics
| Branch: | Revision:

root / scout_avr / src / debug.h @ f1582e6c

History | View | Annotate | Download (72 Bytes)

1
#ifndef _DEBUG_H
2
#define _DEBUG_H
3

    
4
void debug(const char *str);
5

    
6
#endif