From fce0e09f5373a93d4071349fe26a4cec42a9916d Mon Sep 17 00:00:00 2001 From: schodet Date: Sat, 8 Oct 2005 11:10:24 +0000 Subject: Ajout des variables host. Ajout du programme de test. --- n/avr/modules/host/host.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'n/avr/modules/host/host.h') diff --git a/n/avr/modules/host/host.h b/n/avr/modules/host/host.h index 7dd901f..22cd347 100644 --- a/n/avr/modules/host/host.h +++ b/n/avr/modules/host/host.h @@ -34,8 +34,8 @@ void host_init (int argc, char **argv); -/** Host variables are usefull on reset. They are passed on the command - * line. This is not optimised for performance. */ +/** Host variables are usefull on reset. They are passed in the environment. + * This is not optimised for performance. */ /** Register a host integer. */ void -- cgit v1.2.3