Skip to content

Commit

Permalink
Merge pull request #6 from CAP1Sup/master
Browse files Browse the repository at this point in the history
Fixes to Firmware Building
  • Loading branch information
bigtreetech authored Jan 14, 2021
2 parents 0814d4a + 84b4912 commit 13b5a4c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1,202 deletions.
4 changes: 1 addition & 3 deletions S42B/firmware/S42BV2.0/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.pio
.pioenvs
.piolibdeps
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
**.vscode
4 changes: 0 additions & 4 deletions S42B/firmware/S42BV2.0/Close_loop/src/hardware/can.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#include "can.h"





uint8_t CAN1_Mode_Init(uint8_t tsjw,uint8_t tbs2,uint8_t tbs1,uint16_t brp,uint8_t mode)
{

Expand Down
1 change: 0 additions & 1 deletion S42B/firmware/S42BV2.0/Close_loop/src/user/stm32f10x.h
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ typedef enum IRQn
*/

#include "core_cm3.h"
#include "system_stm32f10x.h"
#include <stdint.h>

/** @addtogroup Exported_types
Expand Down
Loading

0 comments on commit 13b5a4c

Please sign in to comment.