Severson-Group / AMDC-Firmware

Embedded system code (C and Verilog) which runs the AMDC Hardware
http://docs.amdc.dev/firmware
BSD 3-Clause "New" or "Revised" License
31 stars 5 forks source link

Fix pwm_enable_hw() driver function #236

Closed npetersen2 closed 2 years ago

npetersen2 commented 2 years ago

Closes #224

Only compile pwm_enable_hw() for REV E hardware--the feature does not exist for REV D.

Also ensures the driver function outputs an error code.

npetersen2 commented 2 years ago

This needs to be tested