]> oss.titaniummirror.com Git - rgblamp.git/blobdiff - btn.h
Verify EEPROM has changed before update
[rgblamp.git] / btn.h
diff --git a/btn.h b/btn.h
index 8f0e3c18cea895d3c09ceb1448477a3b4a662a1d..c4263d5c00400408531373538303c0ea743c10be 100644 (file)
--- a/btn.h
+++ b/btn.h
@@ -28,10 +28,10 @@ enum {
 };
 
 /* Read the current state of the pushbutton */
-#define btn_pb() (RB0)
+#define btn_pb() (RB1)
 
 /* Read the current state of the rocker switch */
-#define btn_rs() (RB4 + ((unsigned char)RB5 << 1))
+#define btn_rs() (RB2 + ((unsigned char)RB4 << 1))
 
 /* Enable the pushbutton from user code */
 void btn_pben();