Skip to content
Snippets Groups Projects
Commit 8dc39ed8 authored by Timothe Jost's avatar Timothe Jost
Browse files

constants.c created

parent 54d6b170
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ typedef uint32_t mcu_actuator;
#define MCU_SYSTEM_ACT_MAX_COUNT 4 // total : 4 actuators
const mcu_actuator actuators[MCU_SYSTEM_ACT_MAX_COUNT] = {ACTUATOR_0, ACTUATOR_1, ACTUATOR_2, ACTUATOR_3};
extern const mcu_actuator actuators[MCU_SYSTEM_ACT_MAX_COUNT];
#define ACTUATOR_FIRST 0
#define ACTUATOR_LAST (MCU_SYSTEM_ACT_MAX_COUNT - 1)
......
#include "constants.h"
const mcu_actuator actuators[MCU_SYSTEM_ACT_MAX_COUNT] = {ACTUATOR_0, ACTUATOR_1, ACTUATOR_2, ACTUATOR_3};
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment