Update for newer boards

Sat, 07 Mar 2015 12:08:00 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 07 Mar 2015 12:08:00 +0100
changeset 324
940a668e568f
parent 323
608592f74b10
child 325
35b6f6605ae3

Update for newer boards

thermferm/devices.c file | annotate | diff | comparison | revisions
--- a/thermferm/devices.c	Sat Mar 07 11:33:10 2015 +0100
+++ b/thermferm/devices.c	Sat Mar 07 12:08:00 2015 +0100
@@ -329,7 +329,7 @@
 #ifdef HAVE_WIRINGPI_H
     if (piBoardRev() == 2) {
 	/*
-	 * Support rev B boards only
+	 * Support rev B and newer boards only
 	 */
 	found = FALSE;
 	for (device = Config.devices; device; device = device->next) {

mercurial