Scs #3

Merged
cala-br merged 32 commits from scs into master 2022-02-23 21:08:47 +01:00
cala-br commented 2022-02-12 11:50:15 +01:00 (Migrated from github.com)
  • Manager SCS
  • Poll timer
  • ACK
  • Azzerare delay su RTR
  • Gestione bit timer STM
- [x] Manager SCS - Poll timer - ACK - Azzerare delay su RTR - [x] Gestione bit timer STM
cala-br (Migrated from github.com) reviewed 2022-02-19 22:34:31 +01:00
@@ -2,19 +2,34 @@
#include "mmr_can_util.h"
cala-br (Migrated from github.com) commented 2022-02-19 22:32:30 +01:00

Fix indentation

Fix indentation
@@ -60,3 +60,4 @@
headerIsMultiFrame(rp->headers.mmr, targetId) && status == HAL_OK
);
return status;
cala-br (Migrated from github.com) commented 2022-02-19 22:32:59 +01:00

Indentation

Indentation
@@ -0,0 +1,96 @@
#include "mmr_can_scs.h"
cala-br (Migrated from github.com) commented 2022-02-19 22:33:31 +01:00

Indentation

Indentation
cala-br (Migrated from github.com) commented 2022-02-19 22:33:39 +01:00

Indentation

Indentation
cala-br (Migrated from github.com) commented 2022-02-19 22:34:01 +01:00

Indentation

Indentation
cala-br (Migrated from github.com) commented 2022-02-19 22:34:10 +01:00

Indentation

Indentation
cala-br (Migrated from github.com) reviewed 2022-02-23 19:08:38 +01:00
@@ -0,0 +1,96 @@
#include "mmr_can_scs.h"
cala-br (Migrated from github.com) commented 2022-02-23 19:08:21 +01:00

Make prototypes and declarations static

Make prototypes and declarations static
nicolagutierrez (Migrated from github.com) approved these changes 2022-02-23 20:54:10 +01:00
This repo is archived. You cannot comment on pull requests.