Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to Firmware Building #6

Merged
merged 2 commits into from
Jan 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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