blob: d928a06951ea7a639a913908b3c6df6c34803e90 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef FTS_FW_H
#define FTS_FW_H
/* This is an auto generated header file
* --->Remember to change the name of the two variables!<--- */
const uint32_t myArray_size;
const uint8_t myArray[] = {
};
#endif
|