changeset 167 | b7cc9d09aefe |
parent 166 | fa9dfbfc4145 |
child 182 | 4801e9eaf979 |
1.1 --- a/Hardware/LPC/W836XX.cs Thu Aug 12 20:53:27 2010 +0000 1.2 +++ b/Hardware/LPC/W836XX.cs Sun Aug 15 14:46:58 2010 +0000 1.3 @@ -178,7 +178,7 @@ 1.4 return vendorId == WINBOND_VENDOR_ID; 1.5 } 1.6 1.7 - private ulong SetBit(ulong target, int bit, int value) { 1.8 + private static ulong SetBit(ulong target, int bit, int value) { 1.9 if ((value & 1) != value) 1.10 throw new ArgumentException("Value must be one bit only."); 1.11