infostellarinc / starcoder

A server to read/write data from/to the stars, written in Go.
GNU General Public License v3.0
21 stars 13 forks source link

Fix grc compile bug for AAUSAT decoder #96

Closed reiinakano closed 6 years ago

reiinakano commented 6 years ago

No change except MTU is now a parameter instead of a variable. For some reason, grcc won't compile if CC Decoder Definition block uses a variable, but has no problem with a parameter..