Little bug fixy fix

This commit is contained in:
Mitch Lustig 2021-03-09 00:14:41 -08:00
parent 86445edf1a
commit 1afcc5b082
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@
#define DRV8323S_CUSTOM_SETTINGS(); drv8323s_set_current_amp_gain(CURRENT_AMP_GAIN); \ #define DRV8323S_CUSTOM_SETTINGS(); drv8323s_set_current_amp_gain(CURRENT_AMP_GAIN); \
drv8323s_write_reg(3,0x333); \ drv8323s_write_reg(3,0x333); \
drv8323s_write_reg(4,0x733); \ drv8323s_write_reg(4,0x733);
drv8323s_write_reg(4,0x723);
// Macros // Macros
#define ENABLE_GATE() palSetPad(GPIOB, 5) #define ENABLE_GATE() palSetPad(GPIOB, 5)