15 lines
183 B
C
15 lines
183 B
C
|
|
/*
|
||
|
|
* output1.bin.h
|
||
|
|
*
|
||
|
|
* Created on: Apr 16, 2026
|
||
|
|
* Author: monosail
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef OUTPUT2_BIN_H_
|
||
|
|
#define OUTPUT2_BIN_H_
|
||
|
|
|
||
|
|
#include <stdint.h>
|
||
|
|
|
||
|
|
|
||
|
|
#endif /* OUTPUT2_BIN_H_ */
|