auto-sync
This commit is contained in:
parent
762fd2e58b
commit
ae7aedcdc3
|
@ -16,7 +16,7 @@ public:
|
||||||
scheduling_s();
|
scheduling_s();
|
||||||
|
|
||||||
#if EFI_SIGNAL_EXECUTOR_SLEEP || defined(__DOXYGEN__)
|
#if EFI_SIGNAL_EXECUTOR_SLEEP || defined(__DOXYGEN__)
|
||||||
VirtualTimer timer;
|
virtual_timer_t timer;
|
||||||
#endif /* EFI_SIGNAL_EXECUTOR_SLEEP */
|
#endif /* EFI_SIGNAL_EXECUTOR_SLEEP */
|
||||||
|
|
||||||
volatile efitime_t momentX;
|
volatile efitime_t momentX;
|
||||||
|
|
|
@ -165,7 +165,6 @@ $(PORTINC) $(KERNINC) $(TESTINC) \
|
||||||
$(PROJECT_DIR)/util \
|
$(PROJECT_DIR)/util \
|
||||||
$(PROJECT_DIR)/console \
|
$(PROJECT_DIR)/console \
|
||||||
$(PROJECT_DIR)/console/binary \
|
$(PROJECT_DIR)/console/binary \
|
||||||
$(PROJECT_DIR)/console_util \
|
|
||||||
$(PROJECT_DIR)/config/engines \
|
$(PROJECT_DIR)/config/engines \
|
||||||
$(PROJECT_DIR)/ext_algo \
|
$(PROJECT_DIR)/ext_algo \
|
||||||
$(PROJECT_DIR)/controllers \
|
$(PROJECT_DIR)/controllers \
|
||||||
|
|
|
@ -136,8 +136,6 @@ int main(void) {
|
||||||
|
|
||||||
initTestStream(&testStream);
|
initTestStream(&testStream);
|
||||||
|
|
||||||
event_listener_t tel;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* System initializations.
|
* System initializations.
|
||||||
* - HAL initialization, this also initializes the configured device drivers
|
* - HAL initialization, this also initializes the configured device drivers
|
||||||
|
|
Loading…
Reference in New Issue