daily_automated
This commit is contained in:
11
trunk/Arduino/TinyBasicPlus/desktop.h
Normal file
11
trunk/Arduino/TinyBasicPlus/desktop.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifndef boolean
|
||||
#define boolean int
|
||||
#define true 1
|
||||
#define false 0
|
||||
#endif
|
||||
|
||||
#define kRamSize ( 64 * 1024 )
|
||||
|
||||
Reference in New Issue
Block a user