The Big Refactoring of 2019: folder structure #723

This commit is contained in:
rusefi 2019-12-04 01:15:52 -05:00
parent 813b6aa6ce
commit 5055797f6b
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#ifndef PWM_GENERATOR_LOGIC_H_
#define PWM_GENERATOR_LOGIC_H_
#include "../../core/state_sequence.h"
#include "state_sequence.h"
#include "global.h"
#include "scheduler.h"
#include "efi_gpio.h"

View File

@ -13,7 +13,7 @@
* @date Mar 3, 2014
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#include "../core/state_sequence.h"
#include "state_sequence.h"
#include "global.h"
#include "efi_gpio.h"