fix port to atmega644

This commit is contained in:
David Voswinkel
2009-06-22 21:58:41 +02:00
parent b2c644b6e7
commit 925c54a9c6
44 changed files with 9966 additions and 483 deletions

5
avr/usbload/debug.h Normal file
View File

@@ -0,0 +1,5 @@
#include <stdlib.h>
#include <stdint.h>
void dump_packet(uint32_t addr,uint32_t len,uint8_t *packet);