From 8ca829501528bb3895be055cece3af6a99dac0eb Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 7 Apr 2011 21:22:06 +0000 Subject: I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode stuff git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3479 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/cortexm3/svcall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch/arm/src/cortexm3/svcall.h') diff --git a/nuttx/arch/arm/src/cortexm3/svcall.h b/nuttx/arch/arm/src/cortexm3/svcall.h index bca3e0799..74f7a3438 100644 --- a/nuttx/arch/arm/src/cortexm3/svcall.h +++ b/nuttx/arch/arm/src/cortexm3/svcall.h @@ -79,7 +79,7 @@ #define SYS_restore_context (1) -/* SYS call 1: +/* SYS call 2: * * void up_switchcontext(uint32_t *saveregs, uint32_t *restoreregs); */ -- cgit v1.2.3