Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Bafran committed Oct 8, 2023
1 parent d5abfaa commit 5647d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libraries/ms-drivers/src/ads1259.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "ads1259.h"

#include "ads1259_def.h"
#include "delay.h"
#include "interrupt.h"
Expand Down
2 changes: 1 addition & 1 deletion projects/bms_carrier/inc/bms.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#include <stdint.h>

#include "current_sense.h"
#include "cell_sense.h"
#include "current_sense.h"
#include "i2c.h"
#include "status.h"

Expand Down

0 comments on commit 5647d38

Please sign in to comment.