commit | 5f5010362cec0a8ca5078780fc6a069d4076e8e2 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sun May 17 01:40:57 2015 -0400 |
committer | Brian Silverman <brians> | Sun May 17 02:00:33 2015 -0400 |
tree | 36ca4cb58203c1d8defc097b7039c60a1684d05e | |
parent | 9be949c1686ebdee560d7a04608bd29380c3c112 [diff] |
Fix the default action goal message Change-Id: I6c943859382d6829078368a98f35790e20c2a577
diff --git a/aos/common/actions/actions.q b/aos/common/actions/actions.q index 8b75ee7..e3046c9 100644 --- a/aos/common/actions/actions.q +++ b/aos/common/actions/actions.q
@@ -26,7 +26,7 @@ uint32_t run; // Default parameter. The more useful thing to do would be to define your own // goal type to change param to a useful structure. - double param; + double params; }; interface ActionQueueGroup {