diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-07-19 11:54:04 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-07-20 11:38:44 +0000 |
commit | 4303ba22a8cacea808eaf8f487303d1360ac4150 (patch) | |
tree | bb27f06f024f1b567e0ca02fde874d3290f4639c /alsa-binding/Alsa-ApiHat.h | |
parent | e43e32a266d3b8f0cf4e74f77e5201504cc567f4 (diff) |
Set afb version in cmake instead of in header
Set application framework binding version in cmake instead of
setting it before including binding header.
Change-Id: Ic841069248d40fdd023c8056a614e484004be298
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to 'alsa-binding/Alsa-ApiHat.h')
-rw-r--r-- | alsa-binding/Alsa-ApiHat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/alsa-binding/Alsa-ApiHat.h b/alsa-binding/Alsa-ApiHat.h index 50337db..ae735e8 100644 --- a/alsa-binding/Alsa-ApiHat.h +++ b/alsa-binding/Alsa-ApiHat.h @@ -23,7 +23,6 @@ #include <alsa/asoundlib.h> #include <systemd/sd-event.h> -#define AFB_BINDING_VERSION 2 #include <afb/afb-binding.h> #include <json-c/json.h> |