summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlefranc2007-10-22 10:00:24 +0000
committerlefranc2007-10-22 10:00:24 +0000
commit1a79d5b564e4dee67229b236a42988767b60aa70 (patch)
tree690fd8a5510bc8fd92760104bf531969077a9473
parent46f140779d241f53650c436885d74651d359d047 (diff)
- sci_send: bug in last correction :-(
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@854 017c9cb6-072f-447c-8318-d5b54f68fe89
-rw-r--r--hal/phy/maximus/test/src/test_phy_ctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/phy/maximus/test/src/test_phy_ctrl.c b/hal/phy/maximus/test/src/test_phy_ctrl.c
index e74e41744e..bc108434f8 100644
--- a/hal/phy/maximus/test/src/test_phy_ctrl.c
+++ b/hal/phy/maximus/test/src/test_phy_ctrl.c
@@ -30,7 +30,7 @@
#include <fcntl.h> // for 'read'
#include <errno.h>
-#define PHY_PB_NB 124//MAC_MAX_PB_PER_MPDU // for 'maximus_phy_recv_test_case' (PHY_TYPE_MPDU_PAYLOAD) and 'maximus_phy_send_test_case'
+#define PHY_PB_NB MAC_MAX_PB_PER_MPDU // for 'maximus_phy_recv_test_case' (PHY_TYPE_MPDU_PAYLOAD) and 'maximus_phy_send_test_case'
extern uint32_t maximus_pending_isrs; // used in 'station.c'
extern station_ctx_t my_station;