1.1 --- a/Hardware/LPC/W836XX.cs Thu May 06 19:20:38 2010 +0000
1.2 +++ b/Hardware/LPC/W836XX.cs Sun May 09 16:22:13 2010 +0000
1.3 @@ -206,7 +206,7 @@
1.4 return value > 0 ? target | mask : target & ~mask;
1.5 }
1.6
1.7 - public void Update() {
1.8 + public override void Update() {
1.9
1.10 foreach (Sensor sensor in voltages) {
1.11 if (sensor.Index < 7) {
1.12 @@ -300,7 +300,7 @@
1.13 }
1.14 }
1.15
1.16 - public string GetReport() {
1.17 + public override string GetReport() {
1.18 StringBuilder r = new StringBuilder();
1.19
1.20 r.AppendLine("LPC " + this.GetType().Name);