mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2024-12-22 01:30:18 +00:00
0437543149
Change-Id: Id151d9391e774a18c4b81c377630687820ecbf41
12 lines
228 B
C
12 lines
228 B
C
#ifndef __DIS_DEFINES__
|
|
#define __DIS_DEFINES__
|
|
|
|
// The processor dependent config/status port
|
|
#define PDC_PORT PORTA
|
|
#define PDC_DDR DDRA
|
|
#define PDC_DIN PINA
|
|
|
|
addr_t disassemble(addr_t addr);
|
|
|
|
#endif
|