mbed-os/libraries/tests/net/cellular/sms/common/smstest.h

10 lines
106 B
C

#ifndef SMSTEST_H_
#define SMSTEST_H_
#include "CellularModem.h"
void smstest(CellularModem&);
#endif