From 39428b3e29bcaf886ca5de4c9120d9865e766c06 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Fri, 22 Apr 2011 18:33:40 +0200 Subject: [PATCH] Move host software to host/ subdirectory. --- Makefile => host/Makefile | 0 README => host/README | 0 ledbar.c => host/ledbar.c | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Makefile => host/Makefile (100%) rename README => host/README (100%) rename ledbar.c => host/ledbar.c (100%) diff --git a/Makefile b/host/Makefile similarity index 100% rename from Makefile rename to host/Makefile diff --git a/README b/host/README similarity index 100% rename from README rename to host/README diff --git a/ledbar.c b/host/ledbar.c similarity index 100% rename from ledbar.c rename to host/ledbar.c