6 lines
98 B
C
6 lines
98 B
C
|
#ifndef _UTIL_H_
|
||
|
#define _UTIL_H_
|
||
|
#include <stdint.h>
|
||
|
uint32_t get_msp(void);
|
||
|
#endif /*_UTIL_H_*/
|