add missing semi colon
This commit is contained in:
parent
e4ec0e9432
commit
44eb3583bc
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ static __inline uint16_t lld_lcdReadReg(uint16_t lcdReg) {
|
|||
}
|
||||
|
||||
__inline void lld_lcdWriteStreamStart(void) {
|
||||
Clr_CS
|
||||
Clr_CS;
|
||||
lld_lcdWriteIndex(0x0022);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue