Constrain enum type to address warning about underlying type conversion.

This commit is contained in:
Jared Boone 2018-08-05 15:17:48 -07:00
parent f08e80e156
commit 8feb79c710

View File

@ -108,7 +108,7 @@ inline void clear() {
namespace cgu {
enum class CLK_SEL {
enum class CLK_SEL : uint8_t {
RTC_32KHZ = 0x00,
IRC = 0x01,
ENET_RX_CLK = 0x02,