summaryrefslogtreecommitdiff
path: root/tool/mbed/mbed-sdk/libraries/tests/net/cellular/sms/common/smstest.h
blob: 0d1ea80fc7dcfd108d4385b240612842d4340bd0 (plain)
1
2
3
4
5
6
7
8
9
#ifndef SMSTEST_H_
#define SMSTEST_H_

#include "CellularModem.h"

void smstest(CellularModem&);

#endif