auto-sync

This commit is contained in:
rusEfi 2017-01-03 14:05:36 -05:00
parent 55e89f0f31
commit ac0f6aad18
26 changed files with 26 additions and 26 deletions

View File

@ -2,7 +2,7 @@
* map_adjuster.c
*
* @date Jul 23, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*
*
* This file is part of rusEfi - see http://rusefi.com

View File

@ -1,7 +1,7 @@
/**
* @date Dec 20, 2013
*
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
* @author Kot_dnz
*
* This file is part of rusEfi - see http://rusefi.com

View File

@ -2,7 +2,7 @@
* @file signal_filtering.c
*
* @date Aug 5, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef SIGNAL_FILTERING_C_

View File

@ -6,7 +6,7 @@
* standards.sae.org/j2284/
*
* @date Feb 14, 2014
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include "main.h"

View File

@ -3,7 +3,7 @@
* @brief MCP3208 external ADC chip implementation. Not really used right now.
*
* @date Aug 12, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include "main.h"

View File

@ -3,7 +3,7 @@
* @brief USB-over-serial configuration
*
* @date Oct 14, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include "main.h"

View File

@ -1,7 +1,7 @@
/**
* @file crc.c
* @date Sep 20, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include "crc.h"

View File

@ -2,7 +2,7 @@
* @file data_buffer.c
*
* @date Dec 8, 2012
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include "data_buffer.h"

View File

@ -6,7 +6,7 @@
* and a couple of median values for a series of measurments.
*
* @date Dec 18, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include <string.h>

View File

@ -3,7 +3,7 @@
* @brief Number to string conversion code
*
* @date Nov 15, 2012
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*
* This file is part of rusEfi - see http://rusefi.com
*

View File

@ -2,7 +2,7 @@
* @file map_resize.c
*
* @date Jan 12, 2014
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include <stdio.h>

View File

@ -2,7 +2,7 @@
* @file map_resize.h
*
* @date Jan 12, 2014
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef MAP_RESIZE_H_

View File

@ -2,7 +2,7 @@
* test_find_index.cpp
*
* Created on: Oct 30, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include "main.h"

View File

@ -2,7 +2,7 @@
* test_find_index.h
*
* Created on: Oct 30, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef TEST_FIND_INDEX_H_

View File

@ -1,6 +1,6 @@
/*
* Created on: Oct 17, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
/**

View File

@ -2,7 +2,7 @@
* test_event_registry.cpp
*
* Created on: Nov 27, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include "event_registry.h"

View File

@ -2,7 +2,7 @@
* test_event_registry.h
*
* Created on: Nov 27, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef TEST_EVENT_REGISTRY_H_

View File

@ -2,7 +2,7 @@
* @file test_fuel_map.cpp
*
* @date Nov 6, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include "test_fuel_map.h"

View File

@ -2,7 +2,7 @@
* @file test_sensors.cpp
*
* @date Dec 7, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include "main.h"

View File

@ -2,7 +2,7 @@
* @file test_sensors.h
*
* @date Dec 7, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef TEST_SENSORS_H_

View File

@ -2,7 +2,7 @@
* @file test_signal_executor.cpp
*
* @date Nov 28, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include <time.h>

View File

@ -2,7 +2,7 @@
* @file test_signal_executor.h
*
* @date Nov 28, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef TEST_SIGNAL_EXECUTOR_H_

View File

@ -2,7 +2,7 @@
* @file test_trigger_decoder.cpp
*
* @date Dec 24, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include "main.h"

View File

@ -2,7 +2,7 @@
* @file test_trigger_decoder.h
*
* @date Dec 24, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef TEST_TRIGGER_DECODER_H_

View File

@ -2,7 +2,7 @@
* @file test_util.c
*
* @date Dec 8, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include <string.h>

View File

@ -2,7 +2,7 @@
* @file test_cyclic_buffer.h
*
* @date Dec 8, 2013
* @author Andrey Belomutskiy, (c) 2012-2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef TEST_CYCLIC_BUFFER_H_