pg020196 / Neural-Network-Translator

This repository contains a neural network translator which can translate neural network models to native code.
MIT License
8 stars 4 forks source link

MISRA: Check if enums are allowed in c code #111

Closed pg020196 closed 4 years ago

pg020196 commented 4 years ago

Enumerations comply with the misra guidelines as long as the members are either initialized implicitly or - as in our case - all members are initialized explicitly. Therefore, this issue can be closed without any code changes.