mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-13 19:39:10 +01:00
Revert "Added default value for hexbin type"
This reverts commit 5d7d8d86a2
This commit is contained in:
parent
993f7a18df
commit
e0d497f2ac
1 changed files with 0 additions and 2 deletions
|
|
@ -1093,8 +1093,6 @@ static char *get_default_value_by_type(int type)
|
|||
case DMT_LONG:
|
||||
case DMT_BOOL:
|
||||
return "0";
|
||||
case DMT_HEXBIN:
|
||||
return "00";
|
||||
case DMT_BASE64:
|
||||
return "AA=="; // base64 encoded hex value 00
|
||||
case DMT_TIME:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue