Skip to content

Commit

Permalink
Revert "Merge pull request am32-firmware#53 from am32-firmware/Kiss_A…
Browse files Browse the repository at this point in the history
…rdupilot_DshotBranch"

This reverts commit 485820e, reversing
changes made to 976462f.
  • Loading branch information
yuxuanRC committed Aug 6, 2024
1 parent 485820e commit 4dc10cc
Show file tree
Hide file tree
Showing 2,142 changed files with 746,397 additions and 552,131 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/CI_build.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/CI_build_windows.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@ Keil_Projects/*.uvguix.*
Keil_Projects/Objects
Keil_Projects/RTE/*
Keil_Projects/Listings
*.bin
*.elf
*.d
*.hex
*.log
*~
49 changes: 0 additions & 49 deletions .vscode/launch.json

This file was deleted.

27 changes: 0 additions & 27 deletions .vscode/settings.json

This file was deleted.

2 changes: 0 additions & 2 deletions Inc/common.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#pragma once


extern uint32_t eeprom_address;
extern uint8_t eepromBuffer[176];
extern uint16_t TIMER1_MAX_ARR;
extern uint16_t dshot_frametime_high;
Expand Down
2 changes: 1 addition & 1 deletion Inc/dshot.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extern char dir_reversed;
extern char bi_direction;
extern char buffer_divider;
extern uint8_t last_dshot_command;
extern uint32_t commutation_interval;
extern uint16_t commutation_interval;

// int e_com_time;

Expand Down
Loading

0 comments on commit 4dc10cc

Please sign in to comment.