fix library dependency

This commit is contained in:
King Kévin 2018-08-11 18:43:23 +02:00
parent 82c0b9cb31
commit c2a573ea65
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,8 @@
* @date 2018 * @date 2018
* @note peripherals used: time @ref busvoodoo_led_timer * @note peripherals used: time @ref busvoodoo_led_timer
*/ */
#pragma once
#include "menu.h"
/** @defgroup busvoodoo_voltages pin to control voltage regulators and pull-ups definitions /** @defgroup busvoodoo_voltages pin to control voltage regulators and pull-ups definitions
* @{ * @{

View File

@ -17,6 +17,7 @@
* @author King Kévin <kingkevin@cuvoodoo.info> * @author King Kévin <kingkevin@cuvoodoo.info>
* @date 2018 * @date 2018
*/ */
#pragma once
/** types of argument accepted by the command */ /** types of argument accepted by the command */
enum menu_argument_t { enum menu_argument_t {