beremiz
Clone
Summary
Browse
Changes
Graph
Modbus plugin: fix bug - map BOOL flag onto C u8 (was incorrectly mapped onto u16)
mc9_backport_2
2020-12-21, Mario de Sousa
6e71f9ead7a8
Modbus plugin: fix bug - map BOOL flag onto C u8 (was incorrectly mapped onto u16)
from __future__ import absolute_import
from etherlab.etherlab import *
from util.BitmapLibrary import AddBitmapFolder
import util.paths as paths
AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))