8 lines
129 B
C
8 lines
129 B
C
|
|
#ifndef _BY_UTILS_H__
|
||
|
|
#define _BY_UTILS_H__
|
||
|
|
|
||
|
|
#include "at32f413.h"
|
||
|
|
|
||
|
|
int32_t clip_s32(int32_t x, int32_t low, int32_t up);
|
||
|
|
|
||
|
|
#endif
|