Move out common architecture-independent core definitions into the appropriate core dispatch header files.

This commit is contained in:
Dean Camera 2011-02-27 14:39:49 +00:00
parent f3f481183a
commit 381dd0d490
17 changed files with 219 additions and 372 deletions

View file

@ -92,6 +92,7 @@
typedef uint32_t uint_reg_t;
// TODO
#define EEMEM
#define PROGMEM const
#define ISR(Name) void Name (void)