Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefly task updates for 12-wide 25 G devices #88

Merged
merged 8 commits into from
Feb 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions projects/cm_mcu/CommandLineTask.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "commands/EEPROMCommands.h"
#include "commands/I2CCommands.h"
#include "commands/SensorControl.h"
#include "common/smbus_units.h"

static char m[SCRATCH_SIZE];

Expand Down Expand Up @@ -95,9 +96,6 @@ static BaseType_t ver_ctl(int argc, char **argv, char* m)
return pdFALSE;
}

#include "common/smbus_units.h"
void snapdump(struct dev_i2c_addr_t *add, uint8_t page, uint8_t snapshot[32], bool reset);

typedef struct __attribute__((packed)) {
linear11_val_t v_in;
uint16_t v_out;
Expand Down
Loading