invert present polarity
diff --git a/objects/pcie_slot_present_obj.c b/objects/pcie_slot_present_obj.c
index 69c7f4a..2efbc91 100644
--- a/objects/pcie_slot_present_obj.c
+++ b/objects/pcie_slot_present_obj.c
@@ -150,7 +150,7 @@
 			rc = get_presence(c,&slots[i],&present);

 			//if (rc) { break; }

 			// TODO: send correct state

-			if (present == 1) {

+			if (present == 0) {

 				update_fru_obj(c,&obj_info,"PRESENT");

 			} else {

 				update_fru_obj(c,&obj_info,"NOT PRESENT");