Restructuring and comments
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <reflow-controller/oven-driver.h>
|
||||
#include <fatfs/ff.h>
|
||||
#include <reflow-controller/temp-profile-executer.h>
|
||||
#include <reflow-controller/temp-profile/temp-profile-executer.h>
|
||||
#include <linklist-lib/singly-linked-list.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@@ -51,9 +51,7 @@ static void lcd_enable(void)
|
||||
__ASM("nop");
|
||||
__ASM("nop");
|
||||
__ASM("nop");
|
||||
//systick_wait_ms(10);
|
||||
LCD_DPORT->ODR &= ~LCD_E_MASK;
|
||||
//systick_wait_ms(10);
|
||||
__ASM("nop");
|
||||
__ASM("nop");
|
||||
__ASM("nop");
|
||||
|
Reference in New Issue
Block a user