From 7beb2301d361cbda67b3afa0b92aecc36943429b Mon Sep 17 00:00:00 2001 From: Daniele Basile Date: Wed, 25 Jan 2012 12:07:59 +0100 Subject: [PATCH] Rename protocol files to use the new module. --- boards/triface/examples/triface/{protocol.c => cmd.c} | 0 boards/triface/examples/triface/{protocol.h => cmd.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename boards/triface/examples/triface/{protocol.c => cmd.c} (100%) rename boards/triface/examples/triface/{protocol.h => cmd.h} (100%) diff --git a/boards/triface/examples/triface/protocol.c b/boards/triface/examples/triface/cmd.c similarity index 100% rename from boards/triface/examples/triface/protocol.c rename to boards/triface/examples/triface/cmd.c diff --git a/boards/triface/examples/triface/protocol.h b/boards/triface/examples/triface/cmd.h similarity index 100% rename from boards/triface/examples/triface/protocol.h rename to boards/triface/examples/triface/cmd.h -- 2.25.1