Saved work
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
/**** Includes ****/
|
||||
#include "utils/utils.h"
|
||||
|
||||
#include "hw/dccd_hw.h"
|
||||
#include "dccd/dccd_hw.h"
|
||||
|
||||
/**** Private definitions ****/
|
||||
/**** Private constants ****/
|
||||
/**** Private variables ****/
|
||||
hw::DccdHw dccd_hw;
|
||||
dccd::DccdHw dccd_hw;
|
||||
|
||||
/**** Private function declarations ****/
|
||||
/**** Public function definitions ****/
|
||||
int main(void)
|
||||
{
|
||||
// Setup
|
||||
hw::DccdHw::dccdHwCfg_t hw_cfg;
|
||||
dccd::DccdHw::dccdHwCfg_t hw_cfg;
|
||||
|
||||
hw_cfg.handbrake_pull_up = 0;
|
||||
hw_cfg.speed_hall = 0;
|
||||
|
||||
Reference in New Issue
Block a user