From 3f9ec36bf414b08ac2ee0f62927997b8e0c127cb Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Mon, 12 Apr 2010 00:10:43 +0200 Subject: {tools/trace, digital/avr/modules/trace}: print trace on host execution, closes #92 --- digital/avr/modules/trace/test/events.h | 36 --------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 digital/avr/modules/trace/test/events.h (limited to 'digital/avr/modules/trace/test/events.h') diff --git a/digital/avr/modules/trace/test/events.h b/digital/avr/modules/trace/test/events.h deleted file mode 100644 index d5a972a1..00000000 --- a/digital/avr/modules/trace/test/events.h +++ /dev/null @@ -1,36 +0,0 @@ -#ifndef events_h -#define events_h -/* events_h */ -/* {{{ - * - * Copyright (C) 2008 APBTeam - * - * APBTeam: - * Web: http://apbteam.org/ - * Email: team AT apbteam DOT org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * }}} */ - -enum events_t -{ - TRACE_ASSERV__RIGHT_MOTOR, - TRACE_ASSERV__LEFT_MOTOR, - TRACE_IA__IA_CMD, - TRACE_NB -}; - -#endif /* events_h */ -- cgit v1.2.3