From ca4f3161258356c06fe1270f7ccdf0d6939e2d34 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 18 May 2013 02:52:49 -0700 Subject: [PATCH] altos: Move ao_data.c from stm to core This should be used on every processor Signed-off-by: Keith Packard --- src/{stm => core}/ao_data.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{stm => core}/ao_data.c (100%) diff --git a/src/stm/ao_data.c b/src/core/ao_data.c similarity index 100% rename from src/stm/ao_data.c rename to src/core/ao_data.c -- 2.30.2