Skip to content

Commit

Permalink
format gatedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Jun 19, 2024
1 parent c2c0e74 commit ed0e3b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CM7/Core/Src/gatedriver.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ static void gatedrv_reset_cb(gatedriver_t *drv)
{
}

static void gatedrv_fault_cb(gatedriver_t *drv)
{
}
static void gatedrv_fault_cb(gatedriver_t *drv){}

#define ADC_MAX_VALUE (0xFFFF)
// (Scale ADC sample to voltage) (Divide gain) (V/R, R=0.33ohms)
Expand Down

0 comments on commit ed0e3b5

Please sign in to comment.