Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: TFT_ILI9163C.h
- 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;