diff options
Diffstat (limited to 'conf.h')
-rwxr-xr-x | conf.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ // Use internal crystal at 8MHz
#define _XTAL_FREQ 20000000
+//#define DEBUG 1
+
// Define baud rate of 9600
#define Baud_rate 9600
|