commit | b022f72cf4389f41754adec5a7f0473fe0a85be1 | [log] [tgz] |
---|---|---|
author | Vinayak Kariappa Chettimada <vich@nordicsemi.no> | Mon Nov 27 15:09:06 2017 +0100 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Nov 27 13:48:24 2017 -0800 |
tree | 9f52a29e516dccab25dc147e5a70fcbdf8bbcb24 | |
parent | 48475ef69b9fb9ebf0fc5d20b6385254fe55d9f8 [diff] |
Bluetooth: shell: Fix compile error due to missing memq.h include Fixes the following compile error when building tests/bluetooth/shell application: In file included from subsys/bluetooth/shell/ticker.c:16:0: subsys/bluetooth/shell/../controller/util/mayfly.h:21:2: error: unknown type name 'memq_link_t' memq_link_t *_link; ^~~~~~~~~~~ Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>