no complier warnings
This commit is contained in:
parent
d9ac1d3638
commit
4065f7dc40
2 changed files with 4 additions and 4 deletions
|
@ -323,7 +323,7 @@ else:
|
|||
libraries = ['telldus-core']
|
||||
define_macros = []
|
||||
|
||||
define_macros.extend([('DATA_LENGTH', 20)])
|
||||
define_macros.extend([('DATA_LENGTH', 20), ('CALLBACK_LENGTH', 20)])
|
||||
|
||||
telldus = Extension(
|
||||
'telldus',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue