make controlable marker with lever switch, test menu display

This commit is contained in:
TT 2016-11-03 21:56:56 +09:00
parent 23f2b7f695
commit 5498d63751
5 changed files with 106 additions and 30 deletions

View file

@ -62,7 +62,7 @@
* @brief Enables the EXT subsystem.
*/
#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__)
#define HAL_USE_EXT FALSE
#define HAL_USE_EXT TRUE
#endif
/**