X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Fmd2.c;h=22e255b2f3ad78783f7e0e5bba0fd9e34b6d14b4;hb=111a5049211f2adee08a0e483bfd560f3ee88e14;hp=f24fcd1f7d80633fdffbc7e9b0c5a3b124168150;hpb=590822ee40d8f2554f739c5c34ed8ba0cbb2ef76;p=bertos.git diff --git a/bertos/algo/md2.c b/bertos/algo/md2.c index f24fcd1f..22e255b2 100644 --- a/bertos/algo/md2.c +++ b/bertos/algo/md2.c @@ -39,7 +39,7 @@ * to md2_perm function you must chanche CONFIG_MD2_STD_PERM defined in * appconfig.h. * If you need to store array in program memory you must define - * a macro _PROGMEM (for more info see mware/pgm.h). + * a macro _PROGMEM (for more info see cpu/pgm.h). * * * \version $Id$ @@ -92,7 +92,7 @@ #include #include //ASSERT() #include //MIN(), countof(), ROTR(); -#include +#include #if CONFIG_MD2_STD_PERM