USST-RADSAT-SK / software-and-command

Code and Documentation for USST’s RADSAT-SK in their first Canadian CubeSat Project
8 stars 0 forks source link

Fix debug_print using printf and fix double declaration error in RAntenna.c #202

Closed TheDopplerEffects closed 2 years ago

TheDopplerEffects commented 2 years ago

The fix implemented simply replaces the UART send function with printf in order to retain the UART logic for future use. This shouldn't cause speed issues as its only used during debugging and not final code.

ATGr8 commented 2 years ago

Suggestion: would we wanna make a different branch for debug code? I feel like alpha is reserved for partially tested flight code

TheDopplerEffects commented 2 years ago

@ATGr8 None of the current code in alpha is tested. Also standerd debugging output is fine but small print statments to see if you entered a function ect. should be left out as well as changes to code specifically for debugging.

TheDopplerEffects commented 2 years ago

removed the false debug output uart as well as implemented the init order fix.