9 lines
191 B
C
9 lines
191 B
C
#ifndef SLIDING_H_
|
|
#define SLIDING_H_
|
|
#include "ucps2.h"
|
|
|
|
MPU_ENTRY void SlidingAsm(v16u32 src);
|
|
void Sliding(int ConfigAddr, int InAddr1, int InAddr2, int MaxAddr);
|
|
|
|
#endif /* SLIDING_H_ */
|