configurations: sbp1: Index CPUs from 0

Index PECI CPU sensors starting from index 0 as done on all
the other sensors:

Tested: PECI sensors are indexed from 0 in webui.

Change-Id: I292dc750cd4355d3b098492c12f843b82cd11199
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/configurations/sbp1_baseboard.json b/configurations/sbp1_baseboard.json
index ae6e3c3..be30f3f 100644
--- a/configurations/sbp1_baseboard.json
+++ b/configurations/sbp1_baseboard.json
@@ -5856,28 +5856,28 @@
         {
             "Address": "0x30",
             "Bus": 0,
-            "CpuID": 1,
+            "CpuID": 0,
             "Name": "CPU 0",
             "Type": "XeonCPU"
         },
         {
             "Address": "0x31",
             "Bus": 0,
-            "CpuID": 2,
+            "CpuID": 1,
             "Name": "CPU 1",
             "Type": "XeonCPU"
         },
         {
             "Address": "0x32",
             "Bus": 0,
-            "CpuID": 3,
+            "CpuID": 2,
             "Name": "CPU 2",
             "Type": "XeonCPU"
         },
         {
             "Address": "0x33",
             "Bus": 0,
-            "CpuID": 4,
+            "CpuID": 3,
             "Name": "CPU 3",
             "Type": "XeonCPU"
         }