From 7d1d6ad3a9bd6b04a7231a9fbaf6be608f5968ea Mon Sep 17 00:00:00 2001 From: duplo Date: Fri, 17 Apr 2009 08:40:58 +0000 Subject: [PATCH] Add the harvard tag to the text module git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2529 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/gfx/text.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bertos/gfx/text.h b/bertos/gfx/text.h index fb6d9ac5..f884fd37 100644 --- a/bertos/gfx/text.h +++ b/bertos/gfx/text.h @@ -38,6 +38,7 @@ * \version $Id$ * * $WIZ$ module_name = "text" + * $WIZ$ module_harvard = "pgm_memory" */ #ifndef GFX_TEXT_H -- 2.25.1