Skip to content

Commit

Permalink
fix cadacy complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
pkotamnives committed Aug 2, 2023
1 parent a222b9e commit d9dee06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/cm_mcu/MonitorI2CTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct MonitorI2CTaskArgs_t {
TickType_t updateTick; // last update time, in ticks
SemaphoreHandle_t xSem; // semaphore for controlling access to device
uint8_t ffpart_bit_mask; // this mask is only used for detecting 12-ch 25Gbps on the REV2 board
uint8_t present_bit_mask; // this mask is used for all ffs to detect if it is mounted or not
uint16_t present_bit_mask; // this mask is used for all ffs to detect if it is mounted or not
const uint8_t n_rxchs; // the number of optical receiver channels
uint16_t *opt_pow_values; // a set of optical power measurements only from FFs with 25Gbs
UBaseType_t stack_size; // stack size of task
Expand Down

0 comments on commit d9dee06

Please sign in to comment.