summaryrefslogtreecommitdiff
path: root/cp/beacon/test/cco/inc/phy_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'cp/beacon/test/cco/inc/phy_stub.h')
-rw-r--r--cp/beacon/test/cco/inc/phy_stub.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/cp/beacon/test/cco/inc/phy_stub.h b/cp/beacon/test/cco/inc/phy_stub.h
deleted file mode 100644
index bb39c132d3..0000000000
--- a/cp/beacon/test/cco/inc/phy_stub.h
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef cp_beacon_test_central_beacon_phy_stub_h
-#define cp_beacon_test_central_beacon_phy_stub_h
-/* Cesar project {{{
- *
- * Copyright (C) 2008 Spidcom
- *
- * <<<Licence>>>
- *
- * }}} */
-/**
- * \file cp/beacon/test/central_beacon/phy_stub.h
- * \brief « brief description »
- * \ingroup « module »
- *
- * « long description »
- */
-
-
-struct phy_test_t
-{
- uint freq_test;
- uint ntb;
- uint date_ntb;
-};
-typedef struct phy_test_t phy_test_t;
-
-
-#endif /* cp_beacon_test_central_beacon_phy_stub_h */