More Bluetooth refactoring (#9905)

This commit is contained in:
Ryan 2020-08-19 22:46:15 +10:00 committed by James Young
parent 47f8947bf5
commit 3f392c09b6
5 changed files with 30 additions and 19 deletions

View file

@ -12,6 +12,10 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include <stdint.h>
enum outputs {
OUTPUT_AUTO,
@ -37,4 +41,4 @@ enum outputs {
void set_output(uint8_t output);
void set_output_user(uint8_t output);
uint8_t auto_detect_output(void);
uint8_t where_to_send(void);
uint8_t where_to_send(void);