-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fixed for stm32 check of ((signed short)self->oldestSentASDU != … #86
base: master
Are you sure you want to change the base?
Conversation
…(signed short)-1), it wasn't worked in another way
Please check if this also works: 06ea197 |
hello |
@Mahdiali313 |
Can you tell me how did you run cs104 on stm32? or can you send me your codes or give me example? because i cant solve errors and run on stm32. |
Sure, Please type me your email |
Hi, I sent you the project. Let me know if you didn't get it. Best regards. |
hi! I would like use this library in stm32? Could you help me with an example? Regards |
Sure, give me your email. |
Hi, I sent you the project. Let me know if you didn't get it. Best regards. |
@megannnn98 @FrancoTrone @Mahdiali313 |
fixed
if ((signed short)self->oldestSentASDU != (signed short)-1)
it wasn't worked in a good way