fix library dependency
This commit is contained in:
parent
82c0b9cb31
commit
c2a573ea65
|
@ -18,6 +18,8 @@
|
|||
* @date 2018
|
||||
* @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
|
||||
* @{
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
* @author King Kévin <kingkevin@cuvoodoo.info>
|
||||
* @date 2018
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
/** types of argument accepted by the command */
|
||||
enum menu_argument_t {
|
||||
|
|
Loading…
Reference in New Issue