no complier warnings

This commit is contained in:
Øyvind Saltvik 2012-08-11 18:17:03 +02:00
parent d9ac1d3638
commit 4065f7dc40
2 changed files with 4 additions and 4 deletions

View file

@ -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',