add header file for loader rom

This commit is contained in:
David Voswinkel 2009-08-01 15:15:52 +02:00
parent 3a85bb2ee5
commit 01e41d36dd
2 changed files with 1899 additions and 1891 deletions

File diff suppressed because it is too large Load Diff

7
avr/usbload/loader.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef __FIFO_H__
#define __FIFO_H__
#define ROM_SIZE 30178
#endif