1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

xxx_MODE were used as if they were port bits, not registers.

- fw/atspi/atspi.c (init_io): comment had the wrong initial value for SCLK
- fw/atspi/atspi.c (init_io): xxx_MODE are registers, not bits ...
- fw/common/io.h (IRQ_RF), fw/atspi/atspi.c (init_io): indicate pending
  moving of IRQ_RF
This commit is contained in:
Werner Almesberger
2010-08-20 17:50:12 -03:00
parent 1d07933a2a
commit 14c1b4cbfc
2 changed files with 8 additions and 8 deletions

View File

@@ -28,7 +28,7 @@
/* Miscellaneous RF signals */
#define nRST_RF P2_0
#define IRQ_RF P0_2
#define IRQ_RF P0_2 /* change to P0_0 when 100813 board are reworked */
#define SLP_TR P2_1
#endif /* !IO_H */