From 5cc3f3551a06e0bcf9474f057842337121481cef Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 15 Jun 2013 00:37:08 +0200 Subject: [PATCH] I2C: add i2c to cppcheck --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a84f70c..a1604a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,5 +47,5 @@ cppcheck: -DDRIVER_PN53X_USB_ENABLED -DDRIVER_ACR122_PCSC_ENABLED \ -DDRIVER_ACR122_USB_ENABLED -DDRIVER_ACR122S_ENABLED \ -DDRIVER_PN532_UART_ENABLED -DDRIVER_ARYGON_ENABLED \ - -DDRIVER_PN532_SPI_ENABLED \ + -DDRIVER_PN532_SPI_ENABLED -DDRIVER_PN532_I2C_ENABLED \ --force --inconclusive .