From ca1ecf40eee0519d41900db49029612eaf38e906 Mon Sep 17 00:00:00 2001 From: "Grace Copplestone (admin)" <gmpc@mit.edu> Date: Thu, 10 Aug 2017 09:35:14 -0400 Subject: [PATCH] Update 8e5_usart_hello_world.make --- .../{8e5_usart_hello_world.make => xmega-8e5-hello-world.make} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename families/e5/{8e5_usart_hello_world.make => xmega-8e5-hello-world.make} (93%) diff --git a/families/e5/8e5_usart_hello_world.make b/families/e5/xmega-8e5-hello-world.make similarity index 93% rename from families/e5/8e5_usart_hello_world.make rename to families/e5/xmega-8e5-hello-world.make index feb5516..9b93461 100644 --- a/families/e5/8e5_usart_hello_world.make +++ b/families/e5/xmega-8e5-hello-world.make @@ -1,4 +1,4 @@ -PROJECT=8e5_usart +PROJECT=xmega-8e5-hello-world SOURCES=$(PROJECT).c MMCU=atxmega8e5 F_CPU = 32000000 -- GitLab