Skip to content

Commit

Permalink
resolve built failed
Browse files Browse the repository at this point in the history
  • Loading branch information
pkotamnives committed Aug 9, 2023
1 parent 3acf338 commit e2ce330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/cm_mcu/Tasks.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ bool isEnabledFF(int ff);
void setFFmask(uint32_t ff_combined_mask);
void readFFpresent(void);
int8_t getFFtemp(const uint8_t i);
int8_t getFFpresentbit(const uint8_t i);
int8_t getFFpresentbit(const int i);
#ifdef REV2
void getFFpart(void);
#endif
Expand Down

0 comments on commit e2ce330

Please sign in to comment.