Move static constants to DeviceHandlerIF #331
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "eive/fsfw:mueller/no-raw-command-moved-to-if"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not good that these variables already exist, also potential bug because RAW_COMMAND is actually -1 while the define NO_COMMAND is DeviceHandlerIF is also -1. I suggest to move all constants to Device Handler IF.
Moved static constants to DeviceHandlerIFto Move static constants to DeviceHandlerIFGreat that you found that :)