Fix DUE incompatible enum type specification (#10017)

This commit is contained in:
Bob-the-Kuhn
2018-03-09 02:17:57 -06:00
committed by Scott Lahteine
parent 3c58ca181c
commit 67a17446f2
8 changed files with 36 additions and 25 deletions

View File

@@ -76,7 +76,7 @@ extern "C" {
#define PLL_COUNT 0x3fU
enum pll_source : char {
enum pll_source {
PLL_SRC_MAINCK_4M_RC = OSC_MAINCK_4M_RC, //!< Internal 4MHz RC oscillator.
PLL_SRC_MAINCK_8M_RC = OSC_MAINCK_8M_RC, //!< Internal 8MHz RC oscillator.
PLL_SRC_MAINCK_12M_RC = OSC_MAINCK_12M_RC, //!< Internal 12MHz RC oscillator.