summaryrefslogtreecommitdiff
path: root/cesar/bsu/beacon
diff options
context:
space:
mode:
authorNélio Laranjeiro2011-05-05 17:19:00 +0200
committerNélio Laranjeiro2011-05-05 17:57:32 +0200
commitbe594e911338d9a6e843bcd2aac77267dc095204 (patch)
tree73c214cebfa0d7798f3ea7d5daaef3e96e65743b /cesar/bsu/beacon
parent43e23b6d1358251bf2848cea2e8edb48289f6078 (diff)
cesar/bsu: replace BSU_BEACON_SCHEDULES_MAX by BSU_BEACON_SCHEDULES_NB
Diffstat (limited to 'cesar/bsu/beacon')
-rw-r--r--cesar/bsu/beacon/beacon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/bsu/beacon/beacon.h b/cesar/bsu/beacon/beacon.h
index 3abe0477d0..f408689bc9 100644
--- a/cesar/bsu/beacon/beacon.h
+++ b/cesar/bsu/beacon/beacon.h
@@ -23,7 +23,7 @@
#include "mac/pbproc/pbproc.h"
/** Number of schedules information kept from the beacon. */
-#define BSU_BEACON_SCHEDULES_MAX 3
+#define BSU_BEACON_SCHEDULES_NB 3
enum bsu_beacon_direction_t
{