Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fox-w committed Nov 12, 2023
1 parent a600307 commit 7b51c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/Inc/analyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//#include <nerduino.h> Replace
#include "datastructs.h"
#include "segment.h"
#include "Core/Drivers/Embedded-Base/general/include/sht30.h"
#include "sht30.h"

/* We want to make sure we aren't doing useless analysis on the same set of data since we are
* backfilling segment data */
Expand Down
2 changes: 1 addition & 1 deletion Core/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ int main(void)
acc_data->pack_current = compute.compute_get_pack_current();

//Perform calculations on the data in the frame
analyzer.push(acc_data);
analyzer.push(acc_data, sht30data);

stateMachine_sm_handle_state(acc_data);

Expand Down

0 comments on commit 7b51c6d

Please sign in to comment.