diff --git a/msb-430-common/Jamfile b/msb-430-common/Jamfile index 17bf86c9bb..b59f8c4748 100644 --- a/msb-430-common/Jamfile +++ b/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/msb-430-common/debug_uart.c b/msb-430-common/uart1.c similarity index 100% rename from msb-430-common/debug_uart.c rename to msb-430-common/uart1.c