Restructuring and comments

This commit is contained in:
2021-05-22 16:40:08 +02:00
parent 7e3d2d1d0b
commit fdb3ceb3e9
10 changed files with 116 additions and 60 deletions

View File

@@ -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>

View File

@@ -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");