summaryrefslogtreecommitdiff
path: root/cesar/cp/eoc/sta/action/stub/src/poweron.c
diff options
context:
space:
mode:
authorThierry Carré2012-05-10 17:15:36 +0200
committerThierry Carré2012-05-10 17:16:26 +0200
commit8b2d7432b331ef2e7f3a2f8ffb3a6a6f1430e5a6 (patch)
tree4eec786dc73c4cb305edabc5600cf0234bf10e56 /cesar/cp/eoc/sta/action/stub/src/poweron.c
parent4986c1b1af05da71301b8990e53e885d16ee907a (diff)
parent4847312bc9ff6cabc1a528233d8ac41f98149c64 (diff)
Merge branch 't2928' into eoc, closes #2928
Good luck to understand all modifications done on 3 months. But no functions have been modified in their behaviors. They have been only renamed or moved from file to another file.
Diffstat (limited to 'cesar/cp/eoc/sta/action/stub/src/poweron.c')
-rw-r--r--cesar/cp/eoc/sta/action/stub/src/poweron.c22
1 files changed, 7 insertions, 15 deletions
diff --git a/cesar/cp/eoc/sta/action/stub/src/poweron.c b/cesar/cp/eoc/sta/action/stub/src/poweron.c
index a1970f7501..29ec7b6b2a 100644
--- a/cesar/cp/eoc/sta/action/stub/src/poweron.c
+++ b/cesar/cp/eoc/sta/action/stub/src/poweron.c
@@ -11,24 +11,16 @@
* \ingroup cp_eoc_sta_action_stub
*/
#include "common/std.h"
-
-#include "cp/inc/context.h"
+#include "cp/cp.h"
void
-cp_sta_action_poweron__idle__to_poweron (cp_t *ctx)
-{}
-
+cp_eoc_sta_action_poweron__many__to_idle (cp_t *ctx)
+ __attribute__((weak));
void
-cp_sta_action_poweron__many__to_idle (cp_t *ctx)
-{
-}
+cp_eoc_sta_action_poweron__many__to_idle (cp_t *ctx) {}
void
-cp_sta_action_poweron_start (cp_t *ctx)
-{
-}
-
+cp_eoc_sta_action_poweron__idle__to_poweron (cp_t *ctx)
+ __attribute__((weak));
void
-cp_sta_action_poweron_stop (cp_t *ctx)
-{
-}
+cp_eoc_sta_action_poweron__idle__to_poweron (cp_t *ctx) {}