18 lines
367 B
C
18 lines
367 B
C
![]() |
//------------------------------------------------------------------------------
|
||
|
// Copyright (C) 2010, Raditex AB
|
||
|
// All rights reserved.
|
||
|
//
|
||
|
// FreeSCADA
|
||
|
// http://www.FreeSCADA.com
|
||
|
// freescada@freescada.com
|
||
|
//
|
||
|
//------------------------------------------------------------------------------
|
||
|
|
||
|
#include <mbus/mbus-protocol.h>
|
||
|
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
int mbus_init() {return 0;}
|
||
|
|