summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;