mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-15 02:01:57 +00:00
Currently, app type MQTT_APP_PUBLISHER_SUBSCRIBER is not supported. mqtt_init() will return EINVAL because the context rcv function is either mqtt_publisher_parser or mqtt_subscriber_parser (not both). Let's combine these functions into mqtt_parser and remove the app type check from mqtt_init(). Change-Id: I60460e011395864706e293c997e9f8a65681b368 Signed-off-by: Michael Scott <michael.scott@linaro.org> |
||
---|---|---|
.known-issues | ||
arch | ||
boards | ||
doc | ||
drivers | ||
dts | ||
ext | ||
include | ||
kernel | ||
lib | ||
misc | ||
samples | ||
scripts | ||
subsys | ||
tests | ||
.checkpatch.conf | ||
.gitattributes | ||
.gitignore | ||
.gitlint | ||
.gitreview | ||
.mailmap | ||
.shippable.yml | ||
defaults.tc | ||
Kbuild | ||
Kconfig | ||
Kconfig.zephyr | ||
LICENSE | ||
MAINTAINERS | ||
Makefile | ||
Makefile.inc | ||
Makefile.test | ||
zephyr-env.sh |