summaryrefslogtreecommitdiffstats
path: root/temp/avrTest/main.c
diff options
context:
space:
mode:
authorsicarius <devnull@localhost>2007-02-10 21:58:05 +0100
committersicarius <devnull@localhost>2007-02-10 21:58:05 +0100
commit644121b478a57772150f460c3c8cd035aa6767a2 (patch)
tree40b1136b467c9873c4c1aeeb8f9f75530400a677 /temp/avrTest/main.c
parent68fd7fdd89a7d6c0f0b42b7b7dfa07c95b49258f (diff)
downloadrc2007-soccer-644121b478a57772150f460c3c8cd035aa6767a2.tar
rc2007-soccer-644121b478a57772150f460c3c8cd035aa6767a2.zip
Updatet Todo.txt ; Added some Sources
Diffstat (limited to 'temp/avrTest/main.c')
-rw-r--r--temp/avrTest/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/temp/avrTest/main.c b/temp/avrTest/main.c
new file mode 100644
index 0000000..5c5cfa4
--- /dev/null
+++ b/temp/avrTest/main.c
@@ -0,0 +1,4 @@
+int main() {
+ int i = 1;
+ return i;
+};