bootgen
bootgen copied to clipboard
Fix bad 'switch' statement usage; add .gitignore
- The 'if' statement surrounding the 'case' doesn't make any sense. The compiler allows it for some reason, but the cases are always compiled in - no runtime checking of
versalNetSerieshappens. - Also add a .gitignore (#25)