summaryrefslogtreecommitdiff
path: root/src/stlink-lib/helper.h
blob: 96467377a49797f138c3d4c040abe40a7fb04105 (plain)
1
2
3
4
5
6
7
8
#ifndef SYS_HELPER_H
#define SYS_HELPER_H

unsigned time_ms();

int arg_parse_freq(const char *str);

#endif /* SYS_HELPER_H */