Skip to content

Commit

Permalink
Small Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dnakhooda committed Jan 16, 2025
1 parent 57a0d60 commit f4d1b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/Inc/control.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#include "pdu.h"

// TODO: replace this temp value with real value
#define CONTROL_CANID_FANBATTBOX = 0xA
#define CONTROL_CANID_FANBATTBOX 0xA

extern osThreadId_t control_handle;
extern const osThreadAttr_t control_attributes;

typedef struct {
pdu_t *pdu;
pdu_t *pdu;
} control_args_t;

void vEval_fanbattbox_state(void *param);
Expand Down

0 comments on commit f4d1b40

Please sign in to comment.