14 lines
191 B
C
Executable file
14 lines
191 B
C
Executable file
/*
|
|
* 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_ */
|