Remove baseband::start()/stop() and related message.

This commit is contained in:
Jared Boone 2016-07-19 17:06:22 -07:00
parent 3c46abdb24
commit 74b5571e8b
8 changed files with 0 additions and 61 deletions

View file

@ -52,9 +52,6 @@ struct WFMConfig {
void apply() const;
};
void start(BasebandConfiguration configuration);
void stop();
void run_image(const portapack::spi_flash::image_tag_t image_tag);
void shutdown();