Moved the Raven-specific applications from the generic apps/ directory to the platform-specific platform/avr-raven/apps

This commit is contained in:
adamdunkels 2009-03-12 19:15:23 +00:00
parent 1122e49b72
commit 5920a86312
36 changed files with 16 additions and 16 deletions

View file

@ -0,0 +1,8 @@
<html>
<body>
<form action="upload.html" enctype="multipart/form-data" method="post">
<input name="userfile" type="file" size="50" />
<input value="Upload" type="submit" />
</form>
</body>
</html>