This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "krobot".
The branch, master has been updated
via 362646a87e0f22370a259e4d0ce0bf13c2f707bb (commit)
from 9641f603275a43c3f07862973aea212c2e0ced9c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 362646a87e0f22370a259e4d0ce0bf13c2f707bb
Author: Xavier Lagorce <Xav...@cr...>
Date: Thu Apr 21 14:28:44 2011 +0200
[Controller_Motor_STM32] With correct header inclusion
-----------------------------------------------------------------------
Changes:
diff --git a/elec/boards/Controller_Motor_STM32/Firmware/controller_motor_stm32/bezier_utils.c b/elec/boards/Controller_Motor_STM32/Firmware/controller_motor_stm32/bezier_utils.c
index d467b7d..83fe983 100644
--- a/elec/boards/Controller_Motor_STM32/Firmware/controller_motor_stm32/bezier_utils.c
+++ b/elec/boards/Controller_Motor_STM32/Firmware/controller_motor_stm32/bezier_utils.c
@@ -10,7 +10,7 @@
#include "bezier_utils.h"
#ifdef BEZIER_UTILS_USE_BERTOS
-#include <kern/proc.h>
+#include <cpu/power.h>
#endif
float bezier_apply(float params[4], float u) {
hooks/post-receive
--
krobot
|