Skip to content

Commit

Permalink
m32x: fix pwm serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
TascoDLX committed Feb 9, 2025
1 parent 82b1e88 commit b25eeae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ares/md/m32x/serialization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,5 @@ auto M32X::PWM::serialize(serializer& s) -> void {
s(lfifoLatch);
s(rfifoLatch);
s(mfifoLatch);
updateFrequency();
}

0 comments on commit b25eeae

Please sign in to comment.