15 lines
191 B
C
15 lines
191 B
C
|
/*
|
||
|
* GUI_data.h
|
||
|
*
|
||
|
* Created on: 13.12.2019
|
||
|
* Author: charlez
|
||
|
*/
|
||
|
|
||
|
#ifndef GUI_GUI_DATA_H_
|
||
|
#define GUI_GUI_DATA_H_
|
||
|
|
||
|
|
||
|
extern const uint8_t test_table[];
|
||
|
|
||
|
#endif /* GUI_GUI_DATA_H_ */
|