summaryrefslogtreecommitdiff
path: root/cp/beacon/test/cco/src/ipmbox_stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'cp/beacon/test/cco/src/ipmbox_stub.c')
-rw-r--r--cp/beacon/test/cco/src/ipmbox_stub.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/cp/beacon/test/cco/src/ipmbox_stub.c b/cp/beacon/test/cco/src/ipmbox_stub.c
deleted file mode 100644
index 4c14998b0d..0000000000
--- a/cp/beacon/test/cco/src/ipmbox_stub.c
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Cesar project {{{
- *
- * Copyright (C) 2008 Spidcom
- *
- * <<<Licence>>>
- *
- * }}} */
-/**
- * \file src/ipmbox_stub.c
- * \brief « brief description »
- * \ingroup « module »
- *
- * « long description »
- */
-#include "common/std.h"
-#include "hal/hle/ipmbox.h"
-
-
-void ipmbox_tx (ipmbox_t *ctx, u32 *first_msg, uint length)
-{
-}
-