From ed0e2bc2fa0aa42f181dbb8b02bee02f2aa77bd1 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Tue, 14 Dec 2010 11:39:52 +0100 Subject: [PATCH] * minor file rename --- board/msb-430-common/Jamfile | 2 +- board/msb-430-common/{debug_uart.c => uart1.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename board/msb-430-common/{debug_uart.c => uart1.c} (100%) diff --git a/board/msb-430-common/Jamfile b/board/msb-430-common/Jamfile index 17bf86c9bb..b59f8c4748 100644 --- a/board/msb-430-common/Jamfile +++ b/board/msb-430-common/Jamfile @@ -27,7 +27,7 @@ SubDir TOP board msb-430-common ; -Module board : board_init.c debug_uart.c ; +Module board : board_init.c uart1.c ; Module board_config : board_config.c ; UseModule board ; diff --git a/board/msb-430-common/debug_uart.c b/board/msb-430-common/uart1.c similarity index 100% rename from board/msb-430-common/debug_uart.c rename to board/msb-430-common/uart1.c