Skip to content

Commit

Permalink
common.h: added externs for telem data
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Aug 23, 2024
1 parent 6a05f2e commit 141c548
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Inc/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ extern char ic_timer_prescaler;
extern uint8_t buffersize;
extern char output_timer_prescaler;
extern uint8_t compute_dshot_flag;
extern uint16_t battery_voltage;
extern int16_t actual_current;
extern uint16_t e_rpm;


#ifdef STMICRO
extern GPIO_TypeDef* current_GPIO_PORT;
#ifndef MCU_F031
Expand Down

0 comments on commit 141c548

Please sign in to comment.