blob: 3586447f8fd741ffc1fbae554269ba2d44c56e58 [file] [log] [blame]
/*
* Copyright (c) 2017 FH Dortmund and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Description:
* Booth modes implemented for demonstration of the APP4MC-APPSTACLE Rover
* Header file
*
* Contributors:
* M.Ozcelikors <mozcelikors@gmail.com>, created 23.10.2017
*
*/
#ifndef TASKS_BOOTH_MODES_TASK_H_
#define TASKS_BOOTH_MODES_TASK_H_
/* Defines */
/* Interfaces */
void *Booth_Modes_Task(void * arg);
#endif /* TASKS_BOOTH_MODES_TASK_H_ */