]> git.zerfleddert.de Git - fnordlicht-mini/blobdiff - firmware/fnordlicht-controller/remote-proto.h
delete more stuff
[fnordlicht-mini] / firmware / fnordlicht-controller / remote-proto.h
diff --git a/firmware/fnordlicht-controller/remote-proto.h b/firmware/fnordlicht-controller/remote-proto.h
deleted file mode 100644 (file)
index ba34bdd..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/* vim:ts=4 sts=4 et tw=80
- *
- *         fnordlicht firmware
- *
- *    for additional information please
- *    see http://lochraster.org/fnordlichtmini
- *
- * (c) by Alexander Neumann <alexander@bumpern.de>
- *
- * This program is free software: you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 3 as published by
- * the Free Software Foundation.
- *
- * 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, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef __REMOTE_PROTO
-#define __REMOTE_PROTO 1
-
-#include "../common/remote-proto.h"
-
-struct remote_msg_start_program_t
-{
-    uint8_t address;
-    uint8_t cmd;
-    uint8_t script;
-    uint8_t params[REMOTE_STARTUP_MAX_PARAMSIZE];
-};
-
-#endif
Impressum, Datenschutz