Remove IMPLEMENT_TYPESAFE_ENUM

This commit is contained in:
2022-04-09 18:07:12 +02:00
parent 07594420e9
commit ed0c502249

View File

@ -45,5 +45,4 @@ BaseType_t createTask(TaskFunction_t pvTaskCode,
}
}
IMPLEMENT_TYPESAFE_ENUM(CoreAffinity, : uint8_t, CoreAffinityValues)
} // namespace espcpputils