8 lines
120 B
C
8 lines
120 B
C
#ifndef __ENVELOP_TABLE_H__
|
|
#define __ENVELOP_TABLE_H__
|
|
|
|
#include <stdint.h>
|
|
|
|
extern uint8_t EnvelopeTable[256];
|
|
|
|
#endif |