Browse Source

Error-out with PAT9125_SWSPI (not fully implemented)

.. and likely will never was/be.
Yuri D'Elia 3 years ago
parent
commit
30e7b777e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/pat9125.c

+ 1 - 1
Firmware/pat9125.c

@@ -110,7 +110,7 @@ uint8_t pat9125_probe()
 {
 #if defined(PAT9125_SWSPI)
     swspi_init();
-    //#error not implemented
+  #error not implemented
 #elif defined(PAT9125_SWI2C)
     swi2c_init();
     return swi2c_readByte_A8(PAT9125_I2C_ADDR,0x00,NULL);