summaryrefslogtreecommitdiff
path: root/firmware/s1224/include/modem_probe.h
blob: 7e63904f95b1ab14c2106a4cbfbdacad0917f5c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef S1224_MODEM_PROBE_H
#define S1224_MODEM_PROBE_H

#include <stdbool.h>

typedef struct {
    bool softmodem_ok;
    bool af_tx_pwm;
    bool ready;
} modem_probe_result_t;

modem_probe_result_t modem_probe_run(void);

#endif
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com