Output fix

This commit is contained in:
cam900 2023-02-11 21:50:44 +09:00
parent 07a1c57a5a
commit 98b34ab7ce
2 changed files with 17 additions and 10 deletions

View file

@ -48,7 +48,7 @@ struct sm8521_sg_t
{
unsigned short t; // Time constant register
unsigned char level; // Output level control register
unsigned short out; // output
signed short out; // output
int counter; // clock counter
};