Skip to content

Commit

Permalink
Removed mks include
Browse files Browse the repository at this point in the history
  • Loading branch information
dzid26 committed May 6, 2024
1 parent cb1d64e commit 74179ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion firmware/src/APP/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ static void Begin_process(void)
}
Set_Error_LED(false);

display_setMenu(MenuMain);
printf("Initialization successful\n");


Expand Down
2 changes: 2 additions & 0 deletions firmware/src/BSP/MKS.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! This file is not used

/**
* StepperServoCAN
*
Expand Down
1 change: 0 additions & 1 deletion firmware/src/BSP/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "board.h"
#include "main.h"
#include "stm32f10x.h"
#include "MKS.h"
#include "can.h"
#include "A4950.h"
#include "sine.h"
Expand Down

0 comments on commit 74179ce

Please sign in to comment.