18 lines
351 B
C
18 lines
351 B
C
//------------------------------------------------------------------------------
|
|
// Copyright (C) 2010, Raditex AB
|
|
// All rights reserved.
|
|
//
|
|
// rSCADA
|
|
// http://www.rSCADA.se
|
|
// info@rscada.se
|
|
//
|
|
//------------------------------------------------------------------------------
|
|
|
|
#include <mbus/mbus-protocol.h>
|
|
|
|
//
|
|
//
|
|
//
|
|
int mbus_init() {return 0;}
|
|
|