SmartMeter / TFT_ILI9163C_aydo
Revision:
4:90798975c496
Parent:
2:6c1fadae252f
Child:
6:83f3605478ab
diff -r 254e799c24ca -r 90798975c496 TFT_ILI9163C.h
--- a/TFT_ILI9163C.h	Mon Jan 26 10:58:11 2015 +0000
+++ b/TFT_ILI9163C.h	Mon Jan 26 12:37:03 2015 +0000
@@ -289,9 +289,9 @@
 	void		waitBufferFree();
 	
 	GPIO_TypeDef *cs_port_reg;
-	uint32_t cs_reg_mask;
+	volatile uint32_t cs_reg_mask;
 	GPIO_TypeDef *dc_port_reg;
-	uint32_t dc_reg_mask;
+	volatile uint32_t dc_reg_mask;
 	
 	// peripheral bit-band addresses
 //	volatile uint32_t *bb_cs_port;