From 4fde1408cfd15ab13613e6b28968fda4915af4bf Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 29 Nov 2007 17:18:56 +0000 Subject: [PATCH] Add comment. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1018 38d2e660-2303-0410-9eaa-f027e97ec537 --- cpu/arm/io/at91sam7s256.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/arm/io/at91sam7s256.h b/cpu/arm/io/at91sam7s256.h index f2817fc1..98fd66d5 100644 --- a/cpu/arm/io/at91sam7s256.h +++ b/cpu/arm/io/at91sam7s256.h @@ -158,7 +158,7 @@ * SPI pins name *\{ */ -#define NPCS0 11 +#define NPCS0 11 // Same as NSS pin. #define MISO 12 #define MOSI 13 #define SPCK 14 -- 2.25.1