The Big Refactoring of 2019: folder structure #723
This commit is contained in:
parent
813b6aa6ce
commit
5055797f6b
|
@ -8,7 +8,7 @@
|
||||||
#ifndef PWM_GENERATOR_LOGIC_H_
|
#ifndef PWM_GENERATOR_LOGIC_H_
|
||||||
#define PWM_GENERATOR_LOGIC_H_
|
#define PWM_GENERATOR_LOGIC_H_
|
||||||
|
|
||||||
#include "../../core/state_sequence.h"
|
#include "state_sequence.h"
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "scheduler.h"
|
#include "scheduler.h"
|
||||||
#include "efi_gpio.h"
|
#include "efi_gpio.h"
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
* @date Mar 3, 2014
|
* @date Mar 3, 2014
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2018
|
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||||
*/
|
*/
|
||||||
#include "../core/state_sequence.h"
|
#include "state_sequence.h"
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "efi_gpio.h"
|
#include "efi_gpio.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue