rc433/sniffer.c

changeset 58
e8e7b46b705b
parent 23
d820a6f3ec16
equal deleted inserted replaced
57:a76dc0db592c 58:e8e7b46b705b
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with EC-65K; see the file COPYING. If not, write to the Free 19 * along with EC-65K; see the file COPYING. If not, write to the Free
20 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 20 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
21 *****************************************************************************/ 21 *****************************************************************************/
22 22
23 #include "../lib/mbselib.h" 23 #include "rc433.h"
24 #include "sniffer.h"
25 24
26 #ifdef HAVE_WIRINGPI_H 25 #ifdef HAVE_WIRINGPI_H
27 26
28 int main(int argc, char *argv[]) { 27 int main(int argc, char *argv[]) {
29 28

mercurial