From 2f3a905da7a450c200ea631ce9669e9258678d3a Mon Sep 17 00:00:00 2001 From: schodet Date: Sat, 11 Mar 2006 11:02:57 +0000 Subject: Permet la récupération des arguments sur host. Correction de bug avec les asserts. --- n/avr/modules/math/fixed/test/test_fixed.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'n/avr/modules/math') diff --git a/n/avr/modules/math/fixed/test/test_fixed.c b/n/avr/modules/math/fixed/test/test_fixed.c index ff826d4..875aad4 100644 --- a/n/avr/modules/math/fixed/test/test_fixed.c +++ b/n/avr/modules/math/fixed/test/test_fixed.c @@ -233,8 +233,9 @@ proto_callback (uint8_t cmd, uint8_t size, uint8_t *args) } int -main (void) +main (int argc, char **argv) { + avr_init (argc, argv); sei (); uart0_init (); proto_send0 ('z'); -- cgit v1.2.3