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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user