Added a typedef for IO addresses
authorMichel Pollet <buserror@gmail.com>
Sun, 6 Dec 2009 23:12:23 +0000 (23:12 +0000)
committerMichel Pollet <buserror@gmail.com>
Sun, 6 Dec 2009 23:12:23 +0000 (23:12 +0000)
commit024a09bbfa3065b99b2e7309dd157987b788c7fd
tree2fbfcb87ee36b8b582d2daff85823bee0a446033
parent48920c7ff8859847e7befe65c4d663782f056bd5
Added a typedef for IO addresses

Used to be 8 bits only in the code, but bit megas use 9 bits,
so the new type is uint16_t.

Signed-off-by: Michel Pollet <buserror@gmail.com>
14 files changed:
simavr/Makefile
simavr/sim/avr_eeprom.c
simavr/sim/avr_ioport.c
simavr/sim/avr_ioport.h
simavr/sim/avr_spi.c
simavr/sim/avr_spi.h
simavr/sim/avr_timer8.c
simavr/sim/avr_timer8.h
simavr/sim/avr_uart.c
simavr/sim/avr_uart.h
simavr/sim/sim_avr.h
simavr/sim/sim_io.c
simavr/sim/sim_io.h
simavr/sim/sim_regbit.h