Skip to content
Commit 4d6635f8 authored by Reuben Cartwright's avatar Reuben Cartwright Committed by Devaraj Ranganna
Browse files

fix-protypes: Fix `mqtt_agent_task.h` prototypes



The only public function declared in `mqtt_agent_task.c` is
`vStartMqttAgentTask` as other functions were extracted to separate
files in previous work.
The prototypes for these other functions were left behind in
`mqtt_agent_task.h`. This commit removes them.

Also change `ota_agent_task.c` to include `events.h`, which is where
these function prototypes were placed in previous work.

Signed-off-by: default avatarReuben Cartwright <Reuben.Cartwright@arm.com>
parent 3fb3ab2d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment