grove: fix variable type mismatch
These were reported by ISSM compiler. Jira: ZEP-1179 Change-Id: I10d04c2949ad2a390d4c1159d2342c73108a58b7 Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
This commit is contained in:
parent
c30b400a16
commit
d625c2bb4c
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ extern "C" {
|
|||
* @param data the ASCII text to display
|
||||
* @param size the length of the text in bytes
|
||||
*/
|
||||
void glcd_print(struct device *port, unsigned char *data, uint32_t size);
|
||||
void glcd_print(struct device *port, char *data, uint32_t size);
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue