Skip to content

Commit

Permalink
Missing struct dshot actuators_dshot_values in sim during e7781e7
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Sep 23, 2023
1 parent 9f442df commit 3d40011
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include "modules/actuators/actuators_dshot.h"

uint16_t actuators_dshot_values[ACTUATORS_DSHOT_NB];
struct dshot actuators_dshot_values[ACTUATORS_DSHOT_NB];

void actuators_dshot_arch_init(void) {}

Expand Down

0 comments on commit 3d40011

Please sign in to comment.