10 lines
138 B
C
10 lines
138 B
C
#ifndef UT_POT_H_
|
|
#define UT_POT_H_
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int ut_pot_mv_to_percent_test(void);
|
|
|
|
#endif /* UT_POT_H_ */
|