diff --git a/UAV-ControlSystem/.cproject b/UAV-ControlSystem/.cproject index 5eed928..ab71b73 100644 --- a/UAV-ControlSystem/.cproject +++ b/UAV-ControlSystem/.cproject @@ -43,6 +43,8 @@ + + @@ -136,6 +138,8 @@ + + diff --git a/UAV-ControlSystem/src/drivers/pwm.c b/UAV-ControlSystem/src/drivers/pwm.c index 91f229b..33c7efa 100644 --- a/UAV-ControlSystem/src/drivers/pwm.c +++ b/UAV-ControlSystem/src/drivers/pwm.c @@ -10,7 +10,6 @@ #include "stm32f4xx.h" #include "drivers/pwm.h" -typedef enum { false, true } bool; bool pwmOk = true;